Bugfixes for adminhelp and the Power Offline event.

This commit is contained in:
SkyMarshal
2012-02-04 16:20:19 -07:00
parent 7a4b21382e
commit 1d7b00a0fc
4 changed files with 4 additions and 5 deletions

View File

@@ -757,7 +757,7 @@ proc/blood_incompatible(donor,receiver)
afterattack(atom/A as obj|turf|area, mob/user as mob)
if(istype(A))
user.visible_message("[user] starts to wipe the prints off of [A] with \the [src]!")
user.visible_message("[user] starts to wipe the prints and blood off of [A] with \the [src]!")
if(do_after(user,30))
user.visible_message("[user] finishes wiping away the evidence!")
A.clean_blood()