Ports weapons to Initialize()

This commit is contained in:
CitadelStationBot
2017-08-11 02:49:11 -05:00
parent cad81a26e2
commit fa19568a06
+2 -2
View File
@@ -2,8 +2,8 @@
name = "weapon"
icon = 'icons/obj/weapons.dmi'
/obj/item/weapon/New()
..()
/obj/item/weapon/Initialize()
. = ..()
if(!hitsound)
if(damtype == "fire")
hitsound = 'sound/items/welder.ogg'