mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixed a bug with mechanic cool necklaces (#27389)
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
var/total_apcs = 0
|
||||
var/good_apcs = 0
|
||||
for(var/obj/machinery/power/apc/some_apc in power_machines)
|
||||
if(!some_apc.z != map.zMainStation)
|
||||
if(some_apc.z != map.zMainStation)
|
||||
continue
|
||||
total_apcs++
|
||||
var/obj/item/weapon/cell/battery = some_apc.get_cell()
|
||||
|
||||
Reference in New Issue
Block a user