Adds Null Charge ability for the Shadowlings, replacing Drain Life

This commit is contained in:
Arkatos1
2019-04-10 23:37:05 +02:00
parent 5414aef35d
commit 6a198b9c7f
3 changed files with 55 additions and 37 deletions
+5
View File
@@ -1352,6 +1352,11 @@
L.broken(0, 1)
stoplag()
/obj/machinery/power/apc/proc/null_charge()
for(var/obj/machinery/light/L in area)
L.broken(0, 1)
stoplag()
/obj/machinery/power/apc/proc/setsubsystem(val)
if(cell && cell.charge > 0)
return (val==1) ? 0 : val