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:
dylanstrategie
2015-06-25 20:26:39 +02:00
parent 3177e421a7
commit f46fa043cb
2 changed files with 20 additions and 0 deletions

View File

@@ -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()