mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-15 09:57:49 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user