fixes some missing arguments and runtimes

This commit is contained in:
Coul
2019-09-16 16:18:16 -04:00
parent 09629c6933
commit d89d4dbc38
20 changed files with 96 additions and 141 deletions
@@ -66,7 +66,7 @@
/obj/item/gun/energy/chrono_gun/update_icon()
return
/obj/item/gun/energy/chrono_gun/process_fire()
/obj/item/gun/energy/chrono_gun/process_fire(atom/target as mob|obj|turf, mob/living/user as mob|obj, message = 1, params, zone_override, bonus_spread = 0)
if(field)
field_disconnect(field)
..()
@@ -1,5 +1,4 @@
#define TANK_MAX_RELEASE_PRESSURE (3*ONE_ATMOSPHERE)
#define TANK_DEFAULT_RELEASE_PRESSURE 24
/obj/item/tank
name = "tank"