Merge pull request #779 from Erthilo/master

Adds more notice boards, CE space suit, patient gowns. Fixes chef apron and hot chocolate sprites.
This commit is contained in:
SkyMarshal
2012-04-02 10:40:20 -07:00
13 changed files with 8759 additions and 8727 deletions
+1 -1
View File
@@ -207,7 +207,7 @@
s_click(hud1)
return
if(M == assailant && state >= 2)
if( ( ishuman(user) /*&& (user.mutations & FAT)*/ && ismonkey(affecting) ) || ( isalien(user) && iscarbon(affecting) ) )
if( ( ishuman(user) && (user.mutations & FAT) && ismonkey(affecting) ) || ( isalien(user) && iscarbon(affecting) ) )
var/mob/living/carbon/attacker = user
for(var/mob/N in viewers(user, null))
if(N.client)