mapping stuff (I am not even done yet)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
glass_icon_state = "whiskeycolaglass"
|
||||
glass_name = "glass of Pilk"
|
||||
glass_desc = "Why would you do this to yourself?"
|
||||
hydration = 3
|
||||
|
||||
/datum/reagent/consumable/pilk/on_mob_life(mob/living/carbon/M)
|
||||
M.drowsyness = max(0,M.drowsyness-3)
|
||||
|
||||
@@ -21,5 +21,5 @@
|
||||
armour_penetration = 80
|
||||
flags_1 = CONDUCT_1
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
sharpness = IS_SHARP_ACCURATE
|
||||
sharpness = SHARP_EDGED
|
||||
attack_verb = list("slashed", "cut")
|
||||
|
||||
Reference in New Issue
Block a user