mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user