mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Adds 3 new light crates (#26449)
* adds 3 illumination crates * adds more glowsticks to premium box * Update code/game/objects/items/weapons/storage/boxes.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/game/objects/items/weapons/storage/boxes.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/game/objects/items/weapons/storage/boxes.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update code/game/objects/items/weapons/storage/boxes.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> --------- Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -27,6 +27,36 @@
|
||||
containername = "emergency crate"
|
||||
group = SUPPLY_EMERGENCY
|
||||
|
||||
/datum/supply_packs/emergency/glowstick/emergency
|
||||
name = "Emergency Glowstick Crate"
|
||||
contains = list(/obj/item/storage/box/large/glowstick/emergency,
|
||||
/obj/item/storage/box/large/glowstick/emergency,
|
||||
/obj/item/storage/box/large/glowstick/emergency,
|
||||
/obj/item/storage/box/large/glowstick/emergency,
|
||||
/obj/item/storage/box/large/glowstick/emergency)
|
||||
cost = 100
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "emergency glowstick crate"
|
||||
|
||||
/datum/supply_packs/emergency/glowstick/premium
|
||||
name = "Premium Glowstick Crate"
|
||||
contains = list(/obj/item/storage/box/glowstick/premium,
|
||||
/obj/item/storage/box/glowstick/premium,
|
||||
/obj/item/storage/box/glowstick/premium,
|
||||
/obj/item/storage/box/glowstick/premium)
|
||||
cost = 200
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "premium glowstick crate"
|
||||
|
||||
/datum/supply_packs/emergency/flares
|
||||
name = "Emergency Flare Crate"
|
||||
contains = list(/obj/item/storage/box/flares,
|
||||
/obj/item/storage/box/flares,
|
||||
/obj/item/storage/box/flares)
|
||||
cost = 150
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "emergency flare crate"
|
||||
|
||||
/datum/supply_packs/emergency/internals
|
||||
name = "Internals Crate"
|
||||
contains = list(/obj/item/clothing/mask/gas,
|
||||
|
||||
Reference in New Issue
Block a user