mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-09 20:43:35 +00:00
fixes (#4071)
This commit is contained in:
@@ -277,6 +277,17 @@
|
||||
if(!src:target_z)
|
||||
return
|
||||
|
||||
if(isobserver(A) || A.anchored)
|
||||
return
|
||||
if(A.throwing)
|
||||
return
|
||||
if(!A.can_fall())
|
||||
return
|
||||
if(isliving(A))
|
||||
var/mob/living/L = A
|
||||
if(L.is_floating || L.flying)
|
||||
return //Flyers/nograv can ignore it
|
||||
|
||||
var/attempts = 100
|
||||
var/turf/simulated/T
|
||||
while(attempts && !T)
|
||||
|
||||
@@ -154,6 +154,7 @@
|
||||
name = "bluespace"
|
||||
icon = 'icons/turf/space.dmi'
|
||||
icon_state = "bluespace"
|
||||
|
||||
/turf/space/bluespace/Initialize(mapload)
|
||||
. = ..()
|
||||
icon = 'icons/turf/space.dmi'
|
||||
@@ -164,6 +165,7 @@
|
||||
name = "sand transit"
|
||||
icon = 'icons/turf/transit_vr.dmi'
|
||||
icon_state = "desert_ns"
|
||||
|
||||
/turf/space/sandyscroll/Initialize(mapload)
|
||||
. = ..()
|
||||
icon_state = "desert_ns"
|
||||
@@ -175,7 +177,6 @@
|
||||
|
||||
/turf/simulated/sky/triumph/Initialize(mapload)
|
||||
. = ..()
|
||||
SSplanets.addTurf(src)
|
||||
set_light(2, 2, "#FFBBBB")
|
||||
|
||||
/turf/simulated/sky/triumph/north
|
||||
|
||||
Reference in New Issue
Block a user