mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Temp fix for two bugs
This commit is contained in:
@@ -20,7 +20,8 @@ var/list/floor_decals = list()
|
||||
return
|
||||
add_to_turf_decals()
|
||||
var/turf/T = get_turf(src)
|
||||
T.apply_decals()
|
||||
if(T) //VOREStation Edit
|
||||
T.apply_decals()
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
/area/turbolift
|
||||
delay_time = 2 SECONDS
|
||||
forced_ambience = list('sound/music/elevator.ogg')
|
||||
dynamic_lighting = FALSE //Temporary fix for elevator lighting
|
||||
|
||||
/area/turbolift/tether/transit
|
||||
name = "tether (midway)"
|
||||
|
||||
Reference in New Issue
Block a user