mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fixes firing flamethrowers when you cannot fire guns (#15935)
* fixes * code review * code review * Henk review 2 Co-authored-by: Farie82 <farie82@users.noreply.github.com> Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
@@ -1744,7 +1744,7 @@ Eyes need to have significantly high darksight to shine unless the mob has the X
|
||||
|
||||
if(G.trigger_guard == TRIGGER_GUARD_NORMAL)
|
||||
if(HAS_TRAIT(src, TRAIT_CHUNKYFINGERS))
|
||||
to_chat(src, "<span class='warning'>Your meaty finger is much too large for the trigger guard!</span>")
|
||||
to_chat(src, "<span class='warning'>Your meaty finger is far too large for the trigger guard!</span>")
|
||||
return FALSE
|
||||
|
||||
if(mind && mind.martial_art && mind.martial_art.no_guns) //great dishonor to famiry
|
||||
|
||||
Reference in New Issue
Block a user