Brain Borer Overhaul

This commit is contained in:
ZomgPonies
2013-12-19 03:32:19 -05:00
parent f8cc14168e
commit 62b0b49659
26 changed files with 256 additions and 30 deletions
+2 -1
View File
@@ -9,7 +9,7 @@
flags = ON_BORDER
var/health = 14.0
var/ini_dir = null
var/state = 0
var/state = 2
var/reinf = 0
var/basestate
var/shardtype = /obj/item/weapon/shard
@@ -404,6 +404,7 @@
spawn(2)
if(!src) return
if(!is_fulltile())
icon_state = "[basestate]"
return
var/junction = 0 //will be used to determine from which side the window is connected to other windows
if(anchored)