mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Simultaneous map definitions (#10295)
Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
committed by
GitHub
parent
79d8693a6f
commit
651c8bc1af
@@ -4,13 +4,14 @@
|
||||
. = ..()
|
||||
if(type == /obj/item/clothing/mask/gas)
|
||||
flags_inv &= ~HIDEFACE
|
||||
*/// CHOMPRemove End
|
||||
|
||||
// Since we changed the gas mask sprite, if we want the old one for some reason use this.
|
||||
/obj/item/clothing/mask/gas/wwii
|
||||
icon = 'icons/inventory/face/item.dmi'
|
||||
icon_override = 'icons/inventory/face/mob.dmi'
|
||||
flags_inv = HIDEEARS|HIDEEYES|HIDEFACE
|
||||
*/
|
||||
|
||||
/obj/item/clothing/mask/gas/imperial
|
||||
name = "imperial soldier facemask"
|
||||
desc = "A close-fitting tactical mask that can be connected to an air supply."
|
||||
|
||||
Reference in New Issue
Block a user