mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Merge branch 'master' of github.com:Baystation12/Baystation12
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
if (istype(M, /atom/movable))
|
||||
var/temp = get_dir(M,src)
|
||||
do_teleport(M, target) ///You will appear at the beacon
|
||||
step(M,temp)
|
||||
var/turf/target2 = get_edge_target_turf(M, temp)
|
||||
M.throw_at(target2,100,2)
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ var/GLOBAL_RADIO_TYPE = 1 // radio type to use
|
||||
|
||||
if(!src.loc)
|
||||
on = 0
|
||||
var/area/A = src.loc.loc
|
||||
var/area/A = get_area(src)
|
||||
if(!A || !isarea(A) || !A.master)
|
||||
on = 0
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user