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:
CaelAislinn
2012-01-30 04:24:59 +10:00
parent ed7aff55e0
commit 558f31dd0a
4 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -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
+7
View File
@@ -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"
+8
View File
@@ -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