Removes Weapons (#7415)

* Adds icon and hitsound where needed.

* Moves alt_attack to /obj/item and deletes weapons.dm

* Replaced /obj/item/weapon with /obj/item

* Fixes merge issues.

* Fix merge issues.
This commit is contained in:
Werner
2019-11-16 18:36:13 +01:00
committed by GitHub
parent 128ca2235b
commit af16a489a6
1123 changed files with 27193 additions and 27175 deletions
+2 -2
View File
@@ -56,7 +56,7 @@
if(!target_ladder)
return
var/obj/item/weapon/grab/G = M.l_hand
var/obj/item/grab/G = M.l_hand
if (!istype(G))
G = M.r_hand
@@ -147,7 +147,7 @@
return FALSE
playsound(src, pick(climbsounds), 50)
playsound(target_ladder, pick(climbsounds), 50)
var/obj/item/weapon/grab/G = M.l_hand
var/obj/item/grab/G = M.l_hand
if (!istype(G))
G = M.r_hand
if (istype(G))