Merge pull request #8418 from Fox-McCloud/disco-inferno

Adds Dance Machine
This commit is contained in:
tigercat2000
2018-02-19 22:04:01 -08:00
committed by GitHub
16 changed files with 612 additions and 5 deletions
+5
View File
@@ -40,6 +40,11 @@
icon = 'icons/misc/beach.dmi'
icon_state = "coconuts"
/obj/effect/overlay/sparkles
name = "sparkles"
icon = 'icons/effects/effects.dmi'
icon_state = "shieldsparkles"
/obj/effect/overlay/adminoverlay
name = "adminoverlay"
icon = 'icons/effects/effects.dmi'
@@ -284,3 +284,19 @@ obj/item/device/flashlight/lamp/bananalamp
else
to_chat(user, "<span class='warning'>\The [src] needs time to recharge!</span>")
return
/obj/item/device/flashlight/spotlight //invisible lighting source
name = "disco light"
desc = "Groovy..."
icon_state = null
light_color = null
brightness_on = 0
light_range = 0
light_power = 10
alpha = 0
layer = 0
on = TRUE
anchored = TRUE
var/range = null
unacidable = TRUE
burn_state = LAVA_PROOF