mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Moree unarmed fixes (#17192)
* Fixes attacking without arms. - Makes it so you can attack without hands - Also removes an unused attack_paw - Makes the attack_hand code less garbage - Fixes grabbing a buckled entity to cause you to be perma-slowed * Fixes your head from bleeding to death with headbutts
This commit is contained in:
@@ -7,9 +7,6 @@ THAT STUPID GAME KIT
|
||||
src.board_stat = "BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB"
|
||||
src.selected = "CR"
|
||||
|
||||
/obj/item/game_kit/attack_paw(mob/user as mob)
|
||||
return src.attack_hand(user)
|
||||
|
||||
/obj/item/game_kit/MouseDrop(mob/user as mob)
|
||||
if (user == usr && !user.restrained() && !user.stat && (user.contents.Find(src) || in_range(src, user)))
|
||||
if (user.hand)
|
||||
|
||||
Reference in New Issue
Block a user