mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 10:27:34 +01:00
Revert "chocolate slimes no longer hurt you"
This reverts commit 81b5e7bcd0.
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
maxHealth = 100
|
||||
health = 100
|
||||
obj_damage = 0
|
||||
melee_damage_lower = 0.001
|
||||
melee_damage_upper = 0.001
|
||||
melee_damage_lower = 1
|
||||
melee_damage_upper = 1
|
||||
faction = list("slime")
|
||||
pass_flags = PASSTABLE
|
||||
move_to_delay = 7
|
||||
|
||||
@@ -39,12 +39,10 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user