Merge pull request #2331 from Citadel-Station-13/upstream-merge-29803

[MIRROR] Ports weapons to Initialize()
This commit is contained in:
LetterJay
2017-08-12 06:35:09 -05:00
committed by GitHub
+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'