mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 17:07:53 +01:00
:ree: vert (#5844)
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
|
||||
/obj/item/weapon/storage/box/survival/fill()
|
||||
..()
|
||||
new /obj/item/clothing/mask/gas/alt( src )
|
||||
new /obj/item/clothing/mask/breath( src )
|
||||
new /obj/item/weapon/tank/emergency_oxygen(src)
|
||||
for(var/obj/item/thing in contents)
|
||||
thing.autodrobe_no_remove = 1
|
||||
@@ -119,7 +119,7 @@
|
||||
|
||||
/obj/item/weapon/storage/box/engineer/fill()
|
||||
..()
|
||||
new /obj/item/clothing/mask/gas/alt( src )
|
||||
new /obj/item/clothing/mask/breath( src )
|
||||
new /obj/item/weapon/tank/emergency_oxygen/engi( src )
|
||||
for(var/obj/item/thing in contents)
|
||||
thing.autodrobe_no_remove = 1
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
author: Skull132
|
||||
delete-after: true
|
||||
changes:
|
||||
- tweak: "Survival boxes are now equipped with breath masks again, and not gas masks."
|
||||
Reference in New Issue
Block a user