mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Lava is no longer a plating + all lava is smooth (#23482)
* woohoo * sirryan review * accept incoming and stuff * fuck
This commit is contained in:
@@ -547,7 +547,7 @@
|
||||
unlockPortDoors(S1)
|
||||
|
||||
/obj/docking_port/mobile/proc/is_turf_blacklisted_for_transit(turf/T)
|
||||
var/static/list/blacklisted_turf_types = typecacheof(list(/turf/space, /turf/simulated/floor/chasm, /turf/simulated/floor/plating/lava, /turf/simulated/floor/plating/asteroid))
|
||||
var/static/list/blacklisted_turf_types = typecacheof(list(/turf/space, /turf/simulated/floor/chasm, /turf/simulated/floor/lava, /turf/simulated/floor/plating/asteroid))
|
||||
return is_type_in_typecache(T, blacklisted_turf_types)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user