Merge pull request #1747 from VOREStation/lights-on-windows

Allow building lights on windows.
This commit is contained in:
Yoshax
2016-05-26 02:56:33 +01:00
+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)