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
+3 -2
View File
@@ -103,8 +103,8 @@
icon_state = "glofish"
/obj/item/fish/glofish/New()
..()
set_light(2,1,"#99FF66")
..()
set_light(2,1,"#99FF66")
/obj/item/fish/electric_eel
name = "electric eel"
@@ -143,6 +143,7 @@
materials = list()
/obj/item/shard/shark_teeth/New()
..()
src.pixel_x = rand(-5,5)
src.pixel_y = rand(-5,5)