Changed helmet lights over to a general system/overlays.

This commit is contained in:
Zuhayr
2014-11-16 13:40:13 +10:30
parent 579ebb84bb
commit 823f01f4bf
46 changed files with 326 additions and 225 deletions
+1 -1
View File
@@ -229,7 +229,7 @@
/mob/living/carbon/human/MiddleClickOn(var/atom/A)
if(back)
var/obj/item/weapon/storage/rig/rig = back
var/obj/item/weapon/rig/rig = back
if(istype(rig) && rig.selected_module)
if(world.time <= next_move) return
next_move = world.time + 8
+2 -2
View File
@@ -294,8 +294,8 @@
tankcheck = list(C.r_hand, C.l_hand, C.back)
// Rigs are a fucking pain since they keep an air tank in nullspace.
if(istype(C.back,/obj/item/weapon/storage/rig))
var/obj/item/weapon/storage/rig/rig = C.back
if(istype(C.back,/obj/item/weapon/rig))
var/obj/item/weapon/rig/rig = C.back
if(rig.air_supply)
from = "in"
nicename |= "hardsuit"