PenAcid+AdvAnlyRemoved

This commit is contained in:
Steelpoint
2018-11-15 00:01:19 +08:00
parent 20927f7f02
commit 8c3324ea2c
2 changed files with 15 additions and 1 deletions
+9 -1
View File
@@ -149,7 +149,7 @@
/obj/item/reagent_containers/pill/patch/synthflesh = 3,
/obj/item/reagent_containers/hypospray/medipen/atropine = 2,
/obj/item/stack/medical/gauze = 1,
/obj/item/healthanalyzer/advanced = 1)
/obj/item/storage/pill_bottle/penacid = 1)
generate_items_inside(items_inside,src)
/obj/item/storage/firstaid/tactical
@@ -294,3 +294,11 @@
/obj/item/storage/pill_bottle/happiness/PopulateContents()
for(var/i in 1 to 5)
new /obj/item/reagent_containers/pill/happiness(src)
/obj/item/storage/pill_bottle/penacid
name = "bottle of pentetic acid"
desc = "Contains pills to expunge radioation and toxins"
/obj/item/storage/pill_bottle/penacid/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/reagent_containers/pill/penacid(src)
@@ -160,6 +160,12 @@
list_reagents = list("psicodine" = 10)
icon_state = "pill22"
roundstart = 1
/obj/item/reagent_containers/pill/penacid
name = "pentetic acid pill"
desc = "Used to expunge radioation and toxins."
list_reagents = list("pen_acid" = 10)
icon_state = "pill22"
roundstart = 1
///////////////////////////////////////// this pill is used only in a legion mob drop
/obj/item/reagent_containers/pill/shadowtoxin
name = "black pill"