Badass people can now execute again (#25109)

* Badass people can now execute

* Move comment
This commit is contained in:
DGamerL
2024-04-14 04:49:49 +02:00
committed by GitHub
parent 0e93014f9d
commit c73443bc47
+1 -2
View File
@@ -171,13 +171,12 @@
if(flag)
if(user.zone_selected == "mouth")
if(HAS_TRAIT(user, TRAIT_BADASS))
if(target == user && HAS_TRAIT(user, TRAIT_BADASS)) // Check if we are blowing smoke off of our own gun, otherwise we are trying to execute someone
user.visible_message("<span class='danger'>[user] blows smoke off of [src]'s barrel. What a badass.</span>")
else
handle_suicide(user, target, params)
return
//Exclude lasertag guns from the CLUMSY check.
if(clumsy_check)
if(istype(user))