mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 13:36:48 +01:00
Merge pull request #1290 from Neerti/3/29/2016_recharger_fix
Adds missing ..() to recharger's new()
This commit is contained in:
@@ -22,6 +22,7 @@ obj/machinery/recharger/New()
|
||||
component_parts += new /obj/item/weapon/stock_parts/capacitor(src)
|
||||
component_parts += new /obj/item/stack/cable_coil(src, 5)
|
||||
RefreshParts()
|
||||
..()
|
||||
return
|
||||
|
||||
obj/machinery/recharger/attackby(obj/item/weapon/G as obj, mob/user as mob)
|
||||
|
||||
Reference in New Issue
Block a user