Adding back in one electropack on the prison station!

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1944 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uhangi@gmail.com
2011-07-28 23:23:06 +00:00
parent 1c0b338547
commit e76e342282
4 changed files with 11 additions and 6 deletions
+4 -2
View File
@@ -30,7 +30,7 @@
user.show_message("\blue The electric pads have been exposed!")
else
user.show_message("\blue The electric pads have been reinserted!")
src.add_fingerprint(user)
//src.add_fingerprint(user)
else
if (istype(W, /obj/item/clothing/head/helmet))
var/obj/item/assembly/shock_kit/A = new /obj/item/assembly/shock_kit( user )
@@ -118,7 +118,9 @@
if (M.moved_recently && M.last_move)
step(M, M.last_move)
M.show_message("\red <B>You feel a sharp shock!</B>")
var/datum/effects/system/spark_spread/s = new /datum/effects/system/spark_spread
s.set_up(3, 1, M)
s.start()
if (M.weakened < 10)
M.weakened = 10
+3
View File
@@ -188,6 +188,9 @@
flick("e_chairs", src)
flick("e_chairos", src.overl)
var/datum/effects/system/spark_spread/s = new /datum/effects/system/spark_spread
s.set_up(12, 1, src)
s.start()
for(var/mob/living/M in src.loc)
M.burn_skin(85)
M << "\red <B>You feel a deep shock course through your body!</B>"