Fixes guardian bluespace pads having a non-existent icon_state (#16133)

This commit is contained in:
Qwertytoforty
2021-06-07 18:45:43 +01:00
committed by GitHub
parent 6191c84860
commit ede40b8773
@@ -94,7 +94,7 @@
F.icon = 'icons/turf/floors.dmi'
F.name = "bluespace recieving pad"
F.desc = "A recieving zone for bluespace teleportations. Building a wall over it should disable it."
F.icon_state = "light_on-w"
F.icon_state = "light_on"
to_chat(src, "<span class='danger'>Beacon placed! You may now warp targets to it, including your user, via Alt+Click. </span>")
if(beacon)
beacon.ChangeTurf(/turf/simulated/floor/plating)