Standardized colors, finished change wrapper choosing and modified templates and their sizes

This commit is contained in:
Arkatos1
2019-06-30 19:46:13 +02:00
parent 16a81d2527
commit de9da04572
6 changed files with 56 additions and 26 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
/obj/item/storage/pill_bottle/random_drug_bottle
name = "pill bottle (???)"
desc = "Huh."
wrapper_color = COLOR_GRAY
allow_wrap = FALSE
/obj/item/storage/pill_bottle/random_drug_bottle/New()
..()
+1 -1
View File
@@ -123,7 +123,7 @@
/obj/item/storage/pill_bottle/random_meds
name = "unlabelled pillbottle"
desc = "The sheer recklessness of this bottle's existence astounds you."
wrapper_color = COLOR_GRAY
allow_wrap = FALSE
var/labelled = FALSE
/obj/item/storage/pill_bottle/random_meds/New()
@@ -286,7 +286,7 @@
return ..()
/obj/item/storage/pill_bottle/ert
wrapper_color = COLOR_TEAL
wrapper_color = COLOR_MAROON
/obj/item/storage/pill_bottle/ert/New()
..()
@@ -359,7 +359,7 @@
/obj/item/storage/pill_bottle/painkillers
name = "Pill Bottle (Salicylic Acid)"
desc = "Contains various pills for minor pain relief."
wrapper_color = LIGHT_COLOR_RED
wrapper_color = COLOR_RED
/obj/item/storage/pill_bottle/painkillers/New()
..()
@@ -373,7 +373,7 @@
new /obj/item/reagent_containers/food/pill/salicylic(src)
/obj/item/storage/pill_bottle/fakedeath
wrapper_color = COLOR_GRAY
allow_wrap = FALSE
/obj/item/storage/pill_bottle/fakedeath/New()
..()
@@ -110,7 +110,7 @@
/obj/item/storage/pill_bottle/psychiatrist
name = "psychiatrist's pill bottle"
desc = "Contains various pills to calm or sedate patients."
wrapper_color = COLOR_WHITE
wrapper_color = COLOR_PALE_BTL_GREEN
/obj/item/storage/pill_bottle/psychiatrist/New()
..()