mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] adds a bitflag for no random pixel shift on dropping, adds turf_flags var to replace usage of flags_1 on turfs (#3737)
* adds a bitflag for no random pixel shift on dropping, adds turf_flags var to replace usage of flags_1 on turfs (#57263) Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> * adds a bitflag for no random pixel shift on dropping, adds turf_flags var to replace usage of flags_1 on turfs Co-authored-by: Fikou <piotrbryla@onet.pl> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
This commit is contained in:
co-authored by
Mothblocks
Fikou
parent
7ef6e29b0b
commit
e63094d9ae
@@ -54,7 +54,7 @@
|
||||
return
|
||||
var/area/destination_area = newloc.loc
|
||||
movedelay = world.time + movespeed
|
||||
if(newloc.flags_1 & NOJAUNT_1)
|
||||
if(newloc.flags_1 & NOJAUNT)
|
||||
to_chat(user, "<span class='warning'>Some strange aura is blocking the way.</span>")
|
||||
return
|
||||
if(destination_area.area_flags & NOTELEPORT)
|
||||
|
||||
Reference in New Issue
Block a user