chocolate slimes no longer hurt you

what it says on the tin. this just makes the damage chocolate slimes do when they attack you really small, as if it basically never hit you in the first place
This commit is contained in:
eyespy
2023-05-12 00:22:30 +10:00
parent f8a4de2823
commit 81b5e7bcd0
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -29,8 +29,8 @@
maxHealth = 100
health = 100
obj_damage = 0
melee_damage_lower = 1
melee_damage_upper = 1
melee_damage_lower = 0.001
melee_damage_upper = 0.001
faction = list("slime")
pass_flags = PASSTABLE
move_to_delay = 7
+2
View File
@@ -39,10 +39,12 @@
CAT_SANDWICH,
CAT_SOUP,
CAT_SPAGHETTI,
CAT_MEGAFOODS, //GS13 change, big foods for bigger people -Eye
),
CAT_DRINK = CAT_NONE,
CAT_CLOTHING = CAT_NONE,
CAT_CARPENTRY = CAT_NONE,
)
var/cur_category = CAT_NONE