Allow building lights on windows.

This commit is contained in:
Leshana
2016-05-24 23:48:03 -04:00
parent 6df5e33e36
commit 844ea7febc
+3
View File
@@ -271,6 +271,9 @@
else
new glasstype(loc)
qdel(src)
else if(istype(W,/obj/item/frame) && anchored)
var/obj/item/frame/F = W
F.try_build(src)
else
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
if(W.damtype == BRUTE || W.damtype == BURN)