Merge pull request #12326 from Couls/missing-keyword-args

fixes some missing arguments and runtimes
This commit is contained in:
Fox McCloud
2019-09-17 21:03:11 -04:00
committed by GitHub
19 changed files with 95 additions and 140 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"