mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
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:
@@ -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>"
|
||||
Reference in New Issue
Block a user