New Map Bugfixes (#2424)

Fixes #2389
Fixes #2423
Fixes #2391
Fixes #2390
Fixes #2396
Fixes #2418
Fixes #2415
Fixes #2410
Fixes #2399
Fixes #2397
Fixes #2395
Fixes #2393
Fixes #2361
Fixes #2343
Fixes #2381
Fixes #2392
Fixes #2353
Fixes #2254
Fixes #2325
Fixes #2192
This commit is contained in:
LordFowl
2017-05-22 20:21:51 -04:00
committed by skull132
parent 3c6759f3d5
commit 7e9b81fe53
11 changed files with 268 additions and 239 deletions
+3 -3
View File
@@ -93,12 +93,12 @@
index = 0
while(index < 2)
new shardtype(loc) //todo pooling?
if(reinf)
if(reinf)
new /obj/item/stack/rods(loc)
index++
else
new shardtype(loc) //todo pooling?
if(reinf)
if(reinf)
new /obj/item/stack/rods(loc)
qdel(src)
return
@@ -523,7 +523,7 @@
icon = 'icons/obj/power.dmi'
icon_state = "light0"
desc = "A remote control switch for polarized windows."
var/range = 7
var/range = 16
/obj/machinery/button/windowtint/attack_hand(mob/user as mob)
if(..())