STIMPACKS POWERCREEP EDITION (#1828)
* STIMPACKS POWERCREEP EDITION added stimpacks and stimpack kits to the vendor as well as my patented powercreep kit of survival pens * FIXING IT Having my own file is overrated * more fixes Still fixing it * FINAL FORM Fixed it.jpeg * FINAL FIX THIS IS FIXING BEYOND FIXING * GO BEYOND * IM GONNA PUNCH IT
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
. = ..()
|
||||
if(illustration)
|
||||
cut_overlays()
|
||||
add_overlay(illustration)
|
||||
add_overlay(illustration)
|
||||
|
||||
/obj/item/weapon/storage/box/attack_self(mob/user)
|
||||
..()
|
||||
@@ -568,7 +568,7 @@
|
||||
|
||||
/obj/item/weapon/storage/box/deputy/PopulateContents()
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/clothing/accessory/armband/deputy(src)
|
||||
new /obj/item/clothing/accessory/armband/deputy(src)
|
||||
|
||||
/obj/item/weapon/storage/box/metalfoam
|
||||
name = "box of metal foam grenades"
|
||||
@@ -879,11 +879,21 @@
|
||||
/obj/item/weapon/storage/box/silver_sulf/PopulateContents()
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/weapon/reagent_containers/pill/patch/silver_sulf(src)
|
||||
|
||||
|
||||
/obj/item/weapon/storage/box/fountainpens
|
||||
name = "box of fountain pens"
|
||||
|
||||
/obj/item/weapon/storage/box/fountainpens/PopulateContents()
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/weapon/pen/fountain(src)
|
||||
|
||||
|
||||
/obj/item/weapon/storage/box/fountainpens
|
||||
name = "box of fountain pens"
|
||||
|
||||
/obj/item/weapon/storage/box/fountainpens/PopulateContents()
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/weapon/pen/fountain(src)
|
||||
|
||||
|
||||
/obj/item/weapon/storage/box/medipens/surival_box
|
||||
name = "Survival Pen Pack"
|
||||
desc = "A pack of survival Pens to keep even the most retarded of miners alive"
|
||||
illustration = "syringe"
|
||||
|
||||
/obj/item/weapon/storage/box/medipens/surival_box/PopulateContents()
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/weapon/reagent_containers/hypospray/medipen/survival(src)
|
||||
@@ -55,6 +55,9 @@
|
||||
new /datum/data/mining_equipment("Drone Ranged Upgrade",/obj/item/device/mine_bot_ugprade/cooldown, 600),
|
||||
new /datum/data/mining_equipment("Drone AI Upgrade", /obj/item/slimepotion/sentience/mining, 1000),
|
||||
new /datum/data/mining_equipment("Jump Boots", /obj/item/clothing/shoes/bhop, 2500),
|
||||
new /datum/data/mining_equipment("Stimpack", /obj/item/weapon/reagent_containers/hypospray/medipen/stimpack, 150),
|
||||
new /datum/data/mining_equipment("Stimpack Value Pack", /obj/item/weapon/storage/box/medipens/utility, 500),
|
||||
new /datum/data/mining_equipment("Survival Pen Kit", /obj/item/weapon/storage/box/medipens/surival_box, 3000),
|
||||
)
|
||||
|
||||
/datum/data/mining_equipment
|
||||
|
||||
Reference in New Issue
Block a user