Clean up a bunch of undefined arg runtimes

This commit is contained in:
oranges
2018-01-08 15:52:56 +13:00
committed by CitadelStationBot
parent 1f65e222b7
commit 1e9598dfbd
24 changed files with 116 additions and 31 deletions
+1 -1
View File
@@ -67,7 +67,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, mob/living/user, message = TRUE, params = null, zone_override = "", bonus_spread = 0)
if(field)
field_disconnect(field)
..()