mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
modules misc (#18315)
This commit is contained in:
@@ -290,9 +290,9 @@
|
||||
var/turf/simulated/floor/stepTurf = get_step(L, direct)
|
||||
if(stepTurf.flags & NOJAUNT)
|
||||
to_chat(L, "<span class='warning'>Holy energies block your path.</span>")
|
||||
L.notransform = 1
|
||||
L.notransform = TRUE
|
||||
spawn(2)
|
||||
L.notransform = 0
|
||||
L.notransform = FALSE
|
||||
else
|
||||
L.forceMove(get_step(L, direct))
|
||||
L.dir = direct
|
||||
|
||||
Reference in New Issue
Block a user