mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +01:00
Fixes 2 floor light instances not mounting (#94993)
This commit is contained in:
@@ -175,6 +175,7 @@
|
||||
L.setDir(get_dir(winner, interacting_with))
|
||||
L.color = color_choice
|
||||
L.set_light_color(color_choice)
|
||||
L.find_and_mount_on_atom()
|
||||
useResource(cost, user)
|
||||
return ITEM_INTERACT_SUCCESS
|
||||
|
||||
@@ -185,6 +186,7 @@
|
||||
var/obj/machinery/light/floor/FL = new /obj/machinery/light/floor(target)
|
||||
FL.color = color_choice
|
||||
FL.set_light_color(color_choice)
|
||||
FL.find_and_mount_on_atom()
|
||||
useResource(cost, user)
|
||||
return ITEM_INTERACT_SUCCESS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user