Vox sign/N2 locker update (#31845)
* Vox sign/N2 locker update The "vox area" sign and N2 locker sprite were both taken from /vg/station. These sprites have bad racist connotations as discussed in https://github.com/space-wizards/space-station-14/issues/31840, and do not fit our server culture. The new N2 locker is not a taped on piece of trash. It now also has a blue stripe to mimic the regular O2 locker and make it more distinct from fire safety closets. The new "vox area" sign sprite follows the same style as other "area indicator" signs used throughout the blue and isn't an explicit warning sign anymore. It still has "No O2" on it to fill that role though. * emogarbage adjustments --------- Co-authored-by: EmoGarbage404 <retron404@gmail.com>
This commit is contained in:
committed by
GitHub
parent
0b6516e97c
commit
1b1d63f5d6
@@ -46,8 +46,8 @@
|
||||
components:
|
||||
- type: Appearance
|
||||
- type: EntityStorageVisuals
|
||||
stateBaseClosed: fire
|
||||
stateDoorOpen: fire_open
|
||||
stateBaseClosed: n2
|
||||
stateDoorOpen: n2_open
|
||||
stateDoorClosed: n2_door
|
||||
|
||||
# Fire safety closet
|
||||
|
||||
@@ -1103,10 +1103,10 @@
|
||||
parent: BaseSign
|
||||
id: SignVox
|
||||
name: vox area sign
|
||||
description: A sign indicating that the area ahead possibly contains a nitrogen-filled atmosphere.
|
||||
description: A sign indicating that the area ahead is intended for Vox crew members and does not have an oxygen atmosphere.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: voxcross
|
||||
state: vox
|
||||
|
||||
# Atmos Warnings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user