mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-10 09:22:05 +00:00
Bugfixes for adminhelp and the Power Offline event.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user