Make every obj/.../New() call it's parents

This commit is contained in:
joep van der velden
2020-01-29 10:43:32 +01:00
parent 076ef673cd
commit fd913498bf
39 changed files with 77 additions and 32 deletions
@@ -119,6 +119,7 @@
var/hacked = 0
/obj/item/melee/energy/sword/New()
..()
if(item_color == null)
item_color = pick("red", "blue", "green", "purple")
@@ -220,7 +221,7 @@
light_color = LIGHT_COLOR_RED
/obj/item/melee/energy/sword/pirate/New()
return
..()
/obj/item/melee/energy/blade
name = "energy blade"