mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Adds super special sprites for survival boxes players spawn with. (#13117)
* Adds super special sprites for survival boxes players spawn with. * [angry probe noises]
This commit is contained in:
@@ -65,6 +65,7 @@
|
|||||||
/obj/item/weapon/storage/box/survival
|
/obj/item/weapon/storage/box/survival
|
||||||
name = "survival equipment box"
|
name = "survival equipment box"
|
||||||
desc = "Makes braving the hazards of space a little bit easier."
|
desc = "Makes braving the hazards of space a little bit easier."
|
||||||
|
icon_state = "box_emergency"
|
||||||
|
|
||||||
/obj/item/weapon/storage/box/survival/New()
|
/obj/item/weapon/storage/box/survival/New()
|
||||||
..()
|
..()
|
||||||
@@ -72,6 +73,9 @@
|
|||||||
new /obj/item/weapon/tank/emergency_oxygen(src)
|
new /obj/item/weapon/tank/emergency_oxygen(src)
|
||||||
new /obj/item/stack/medical/bruise_pack/bandaid(src)
|
new /obj/item/stack/medical/bruise_pack/bandaid(src)
|
||||||
|
|
||||||
|
/obj/item/weapon/storage/box/survival/vox
|
||||||
|
icon_state = "box_vox"
|
||||||
|
|
||||||
/obj/item/weapon/storage/box/survival/vox/New()
|
/obj/item/weapon/storage/box/survival/vox/New()
|
||||||
..()
|
..()
|
||||||
for(var/atom/A in src)
|
for(var/atom/A in src)
|
||||||
@@ -80,6 +84,9 @@
|
|||||||
new /obj/item/weapon/tank/emergency_nitrogen(src)
|
new /obj/item/weapon/tank/emergency_nitrogen(src)
|
||||||
new /obj/item/stack/medical/bruise_pack/bandaid(src)
|
new /obj/item/stack/medical/bruise_pack/bandaid(src)
|
||||||
|
|
||||||
|
/obj/item/weapon/storage/box/survival/engineer
|
||||||
|
icon_state = "box_eva"
|
||||||
|
|
||||||
/obj/item/weapon/storage/box/survival/engineer/New()
|
/obj/item/weapon/storage/box/survival/engineer/New()
|
||||||
..()
|
..()
|
||||||
for(var/atom/A in src)
|
for(var/atom/A in src)
|
||||||
@@ -88,6 +95,9 @@
|
|||||||
new /obj/item/weapon/tank/emergency_oxygen/engi(src)
|
new /obj/item/weapon/tank/emergency_oxygen/engi(src)
|
||||||
new /obj/item/stack/medical/bruise_pack/bandaid(src)
|
new /obj/item/stack/medical/bruise_pack/bandaid(src)
|
||||||
|
|
||||||
|
/obj/item/weapon/storage/box/survival/ert
|
||||||
|
icon_state = "box_ERT"
|
||||||
|
|
||||||
/obj/item/weapon/storage/box/survival/ert/New()
|
/obj/item/weapon/storage/box/survival/ert/New()
|
||||||
..()
|
..()
|
||||||
for(var/atom/A in src)
|
for(var/atom/A in src)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 82 KiB |
Reference in New Issue
Block a user