diff --git a/code/defines/obj/vending.dm b/code/defines/obj/vending.dm index 737a70f156b..d53637ca4a4 100755 --- a/code/defines/obj/vending.dm +++ b/code/defines/obj/vending.dm @@ -28,7 +28,7 @@ var/slogan_delay = 600 //How long until we can pitch again? var/icon_vend //Icon_state when vending! var/icon_deny //Icon_state when vending! - var/emagged = 0 //Ignores if somebody doesn't have card access to that machine. + //var/emagged = 0 //Ignores if somebody doesn't have card access to that machine. var/seconds_electrified = 0 //Shock customers like an airlock. var/shoot_inventory = 0 //Fire items at customers! We're broken! var/shut_up = 1 //Stop spouting those godawful pitches! diff --git a/code/game/machinery/portable_turret.dm b/code/game/machinery/portable_turret.dm index 81e106bc1d1..3263c3d9b73 100644 --- a/code/game/machinery/portable_turret.dm +++ b/code/game/machinery/portable_turret.dm @@ -43,7 +43,7 @@ var/attacked = 0 // if set to 1, the turret gets pissed off and shoots at people nearby (unless they have sec access!) - var/emagged = 0 // 1: emagged, 0: not emagged + //var/emagged = 0 // 1: emagged, 0: not emagged var/on = 1 // determines if the turret is on var/datum/effect/effect/system/spark_spread/spark_system // the spark system, used for generating... sparks? diff --git a/icons/mob/mecha.dmi b/icons/mob/mecha.dmi index 9a4e0b686f7..fc34fc30a02 100644 Binary files a/icons/mob/mecha.dmi and b/icons/mob/mecha.dmi differ