more crates and explote fixing

This commit is contained in:
TrilbySpaceClone
2019-11-13 09:15:44 -05:00
parent ec57e28c17
commit de1ce4afc8
5 changed files with 85 additions and 3 deletions
@@ -8,7 +8,7 @@
/datum/reagent/medicine
name = "Medicine"
id = "medicine"
value = 5
value = 2
taste_description = "bitterness"
/datum/reagent/medicine/on_mob_life(mob/living/carbon/M)
+4 -1
View File
@@ -226,11 +226,13 @@
desc = "A keg of aphrodisiac."
icon_state = "pinkkeg"
reagent_id = "aphro"
tank_volume = 150
/obj/structure/reagent_dispensers/keg/aphro/strong
name = "keg of strong aphrodisiac"
desc = "A keg of strong and addictive aphrodisiac."
reagent_id = "aphro+"
tank_volume = 120
/obj/structure/reagent_dispensers/keg/milk
name = "keg of milk"
@@ -248,4 +250,5 @@
name = "keg of pan galactic gargleblaster"
desc = "A keg of... wow that's a long name."
icon_state = "bluekeg"
reagent_id = "gargleblaster"
reagent_id = "gargleblaster"
tank_volume = 100