Fixes bubble/hull shield generators not updating air zones, update_nearby_tiles() cleanup.

This commit is contained in:
mwerezak
2014-11-25 18:10:19 -05:00
committed by mwerezak
parent af579e0e25
commit b84bb4ff23
12 changed files with 41 additions and 67 deletions

View File

@@ -61,6 +61,9 @@
if(climbable)
verbs += /obj/structure/proc/climb_on
/obj/structure/Del()
..()
/obj/structure/proc/climb_on()
set name = "Climb structure"
@@ -175,4 +178,4 @@
if (issilicon(user))
user << "<span class='notice'>You need hands for this.</span>"
return 0
return 1
return 1