mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
added power control module boxes and sprite, made orderable via qm (apc circuits)
Signed-off-by: CaelAislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -337,6 +337,13 @@
|
||||
icon_state = "yellow"
|
||||
item_state = "toolbox_yellow"
|
||||
|
||||
/obj/item/weapon/storage/PCMBox
|
||||
name = "spare power control modules"
|
||||
desc = "A box of spare power control module circuit boards."
|
||||
icon = 'storage.dmi'
|
||||
icon_state = "circuit"
|
||||
item_state = "syringe_kit"
|
||||
|
||||
/obj/item/weapon/storage/toolbox/syndicate
|
||||
name = "Suspicious looking toolbox"
|
||||
icon_state = "syndicate"
|
||||
|
||||
@@ -31,6 +31,14 @@
|
||||
containertype = "/obj/structure/closet/crate"
|
||||
containername = "Empty Box crate"
|
||||
|
||||
/datum/supply_packs/pcm
|
||||
name = "Power Control Module supplies"
|
||||
contains = list("/obj/item/weapon/storage/PCMBox",
|
||||
"/obj/item/weapon/storage/PCMBox")
|
||||
cost = 25
|
||||
containertype = "/obj/structure/closet/crate"
|
||||
containername = "Power Control Module crate"
|
||||
|
||||
/datum/supply_packs/body_bags
|
||||
name = "Body Bag supplies"
|
||||
contains = list(
|
||||
|
||||
Reference in New Issue
Block a user