mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +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:
+1
-1
@@ -1052,6 +1052,6 @@
|
||||
#include "code\WorkInProgress\virus2\Prob.dm"
|
||||
#include "code\WorkInProgress\Wrongnumber\weldbackpack.dm"
|
||||
#include "interface\skin.dmf"
|
||||
#include "maps\Antiqua.dmm"
|
||||
#include "maps\tgstation.2.0.8.dmm"
|
||||
// END_INCLUDE
|
||||
|
||||
|
||||
@@ -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(
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user