Skip to content

Commit

Permalink
you can no longer shoot guns whilst on horseback (#341)
Browse files Browse the repository at this point in the history
* Update farm_animals.dm

* ea

---------

Co-authored-by: Aurelian D. Rainer <[email protected]>
  • Loading branch information
BrotherHangyul and Aurrain authored Nov 29, 2023
1 parent d24675b commit 1b5f34d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1718,11 +1718,14 @@ Brand for permanently marking brahmin as yours (won't stop people stealing em an

/mob/living/simple_animal/horse/post_buckle_mob(mob/living/M)
. = ..()
action.Grant(M)
action.Grant(M)
ADD_TRAIT(M, TRAIT_NOGUNS, type)


/mob/living/simple_animal/horse/post_unbuckle_mob(mob/living/M)
. = ..()
action.Remove(M)
REMOVE_TRAIT(M, TRAIT_NOGUNS, type)

/datum/action/cooldown/horse/Trigger()
. = ..()
Expand Down

0 comments on commit 1b5f34d

Please sign in to comment.