mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 05:51:56 +00:00
Just a quick fix for my last commit.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2545 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -153,8 +153,8 @@
|
||||
hp -= Proj.damage
|
||||
if(hp <= 0)
|
||||
for(var/mob/O in oviewers())
|
||||
if ((O.client && !( O.blinded )))
|
||||
O << "\red [src] breaks into tiny pieces and collapses!"
|
||||
if ((O.client && !( O.blinded )))
|
||||
O << "\red [src] breaks into tiny pieces and collapses!"
|
||||
del(src)
|
||||
|
||||
// Create a temporary object to represent the damage
|
||||
|
||||
Reference in New Issue
Block a user