Fixed a bug with the revert power leaving behind icon-less blobs.

Fixed a typo.
Gave a blob_act to simple animals.
Increased damage of mecha blob_act().
This commit is contained in:
Giacomand
2013-07-10 05:10:14 +01:00
parent 33e8976274
commit ccc3dd75ed
4 changed files with 9 additions and 4 deletions
@@ -217,6 +217,11 @@
new meat_type(src.loc)
..()
/mob/living/simple_animal/blob_act()
adjustBruteLoss(20)
return
/mob/living/simple_animal/say_quote(var/text)
if(speak_emote && speak_emote.len)
var/emote = pick(speak_emote)