Update for the slimes

Water damage relative to water amount
Better interface for player-controlled slimes
Feed on simple_animals
Heavy refactoring
Friendly glomps at the slimes of the same color, non-friendly at the
slimes of different color
Fixes #7647
Fixes #7107
Fixes #6812 for the slimes only
This commit is contained in:
Kelenius
2015-01-09 02:44:02 +03:00
parent fedc8eab16
commit 966ba79a28
13 changed files with 754 additions and 857 deletions

View File

@@ -261,7 +261,7 @@ datum
reaction_mob(var/mob/M, var/method=TOUCH, var/volume)
if (istype(M, /mob/living/carbon/slime))
var/mob/living/carbon/slime/S = M
S.apply_water()
S.apply_water(volume)
water/holywater
name = "Holy Water"