This commit is contained in:
Archie
2021-12-26 20:14:56 -03:00
parent fe6e06349f
commit 65a53944b2
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -1259,6 +1259,9 @@ GLOBAL_LIST_EMPTY(custom_outfits) //Admin created outfits
switch(punishment)
if(ADMIN_PUNISHMENT_LIGHTNING)
if(prob(75))
playsound(target, 'hyperstation/sound/misc/NOW.ogg', 75, 1)
sleep(4)
var/turf/T = get_step(get_step(target, NORTH), NORTH)
T.Beam(target, icon_state="lightning[rand(1,12)]", time = 5)
target.adjustFireLoss(75)