Update cell.dm

This commit is contained in:
silicons
2020-12-24 21:26:25 -07:00
committed by GitHub
parent 146135f059
commit f2b16b82fc
+2
View File
@@ -86,6 +86,8 @@
// recharge the cell
/obj/item/stock_parts/cell/proc/give(amount)
if(amount < 0)
return
if(rigged && amount > 0)
explode()
return 0