mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
apcs (#13594)
This commit is contained in:
committed by
Probe1
parent
1d33658c23
commit
82c5f366a9
@@ -356,6 +356,8 @@ var/global/powernets_broke = 0
|
||||
PN_damage = PN.get_electrocute_damage()
|
||||
|
||||
if(cell)
|
||||
if(cell.charge == 0)
|
||||
return 0
|
||||
cell_damage = cell.get_electrocute_damage()
|
||||
|
||||
var/shock_damage = 0
|
||||
|
||||
Reference in New Issue
Block a user