mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
Anim fix.
This commit is contained in:
@@ -352,7 +352,7 @@ This function restores all organs.
|
||||
//visible_message("Hit debug. [damage] | [damagetype] | [def_zone] | [blocked] | [sharp] | [used_weapon]")
|
||||
if (usr.invisibility == INVISIBILITY_LEVEL_TWO)
|
||||
if (damage > 0)
|
||||
usr << "<span class='danger'>You are now visible.</span>"
|
||||
usr << "<span class='danger'>You are now visible.</span>"
|
||||
usr.invisibility = 0
|
||||
|
||||
anim(get_turf(usr), usr,'icons/mob/mob.dmi',,"uncloak",,usr.dir)
|
||||
|
||||
Reference in New Issue
Block a user