mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Fixes 2 floor light instances not mounting (#94993)
This commit is contained in:
@@ -184,3 +184,9 @@
|
||||
icon_state = "floor-construct-stage1"
|
||||
fixture_type = "floor"
|
||||
sheets_refunded = 1
|
||||
|
||||
/obj/structure/light_construct/floor/get_turfs_to_mount_on()
|
||||
return list(get_turf(src))
|
||||
|
||||
/obj/structure/light_construct/floor/is_mountable_turf(turf/target)
|
||||
return !isgroundlessturf(target)
|
||||
|
||||
Reference in New Issue
Block a user