mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Fix light fixture frame progress bar
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
playsound(get_turf(src), 'sound/machines/click.ogg', 75, 1)
|
||||
var/constrdir = user.dir
|
||||
var/constrloc = get_turf(user)
|
||||
if(!do_after(user, 30, target = src))
|
||||
if(!do_after(user, 30, target = on_wall))
|
||||
return
|
||||
var/obj/machinery/light_construct/newlight
|
||||
switch(fixture_type)
|
||||
|
||||
Reference in New Issue
Block a user