Merge remote-tracking branch 'upstream/master' into dev-freeze

This commit is contained in:
PsiOmega
2015-03-17 12:01:09 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -459,9 +459,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(host)
if(config.uneducated_mice)
host.universal_understand = 0
announce_ghost_joinleave(src, 0, "They are now a mouse.")
host.ckey = src.ckey
host << "<span class='info'>You are now a mouse. Try to avoid interaction with players, and do not give hints away that you are more than a simple rodent.</span>"
announce_ghost_joinleave(host, 0, "They are now a mouse.")
/mob/dead/observer/verb/view_manfiest()
set name = "View Crew Manifest"

View File

@@ -308,9 +308,8 @@
/mob/living/simple_animal/death()
icon_state = icon_dead
stat = DEAD
density = 0
return ..()
return ..(deathmessage = "no message")
/mob/living/simple_animal/ex_act(severity)
if(!blinded)