mapping stuff (I am not even done yet)

This commit is contained in:
Metis
2024-09-16 23:58:29 -04:00
parent 2995895334
commit 8b3b46f9af
63 changed files with 81937 additions and 5 deletions
@@ -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")