Snowdin 2.0

This commit is contained in:
MMMiracles
2018-02-05 16:09:34 +01:00
committed by CitadelStationBot
parent 40943eaa35
commit 4c6bdf1a9e
32 changed files with 78971 additions and 67997 deletions
+3 -1
View File
@@ -18,6 +18,7 @@
var/charge_tick = 0
var/charge_delay = 4
var/use_cyborg_cell = 0 //whether the gun's cell drains the cyborg user's cell to recharge
var/dead_cell = FALSE //set to true so the gun is given an empty cell
/obj/item/gun/energy/emp_act(severity)
cell.use(round(cell.charge / severity))
@@ -34,7 +35,8 @@
cell = new cell_type(src)
else
cell = new(src)
cell.give(cell.maxcharge)
if(!dead_cell)
cell.give(cell.maxcharge)
update_ammo_types()
recharge_newshot(1)
if(selfcharge)