mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Introduce Mining Lantern Hook flickering
Requested, you can now spook mining lanterns to flicker them Flickering mining lanterns is hit and miss (testing doesn't show it properly going on/off/on/off as expected), but it turns off when spooked and back on when done, so here's that
This commit is contained in:
@@ -69,6 +69,11 @@ var/global/list/boo_phrases_silicon=list(
|
||||
if(L)
|
||||
L.flicker()
|
||||
|
||||
if(istype(A,/obj/structure/hanging_lantern))
|
||||
var/obj/structure/hanging_lantern/H = A
|
||||
if(H) //Fucked if I know
|
||||
H.flicker()
|
||||
|
||||
// OH GOD BLUE APC (single animation cycle)
|
||||
if(istype(A, /obj/machinery/power/apc))
|
||||
A:spookify()
|
||||
|
||||
Reference in New Issue
Block a user