mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 00:55:20 +01:00
New icon from Remi
This commit is contained in:
@@ -435,7 +435,8 @@
|
||||
var/mob/living/immune = null // the one who creates the timestop is immune
|
||||
var/freezerange = 2
|
||||
var/duration = 140
|
||||
|
||||
alpha = 125
|
||||
|
||||
/obj/effect/timestop/New()
|
||||
..()
|
||||
timestop()
|
||||
@@ -445,7 +446,7 @@
|
||||
while(loc)
|
||||
if(duration)
|
||||
for(var/mob/living/M in orange (freezerange, src.loc))
|
||||
if(M == immune)
|
||||
if(M == immune)
|
||||
continue
|
||||
M.stunned = 10
|
||||
M.anchored = 1
|
||||
|
||||
Reference in New Issue
Block a user