Fixed an issue with the Intelicard.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@61 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-05 22:48:11 +00:00
parent fedd53e3b9
commit 17ec44fcfb

View File

@@ -55,5 +55,8 @@
user << "<b>Transfer succeeded</b>: [O.name] ([rand(1000,9999)].exe) removed from host terminal and stored within local memory."
attack(mob/living/silicon/decoy/M as mob, mob/user as mob)
M.death()
user << "<b>ERROR ERROR ERROR</b>"
if (!istype (M, /mob/living/silicon/decoy))
return ..()
else
M.death()
user << "<b>ERROR ERROR ERROR</b>"