Gives the Bridge Assistant Axe Delusions (#87513)

Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
Fikou
2024-10-28 15:58:29 +00:00
committed by GitHub
co-authored by SmArtKar
parent b94d4f910e
commit ab18546dcd
6 changed files with 212 additions and 3 deletions
+2 -2
View File
@@ -195,10 +195,10 @@
var/atom/atom_parent = parent
if(HAS_TRAIT(user, TRAIT_NO_TWOHANDING))
if(require_twohands)
atom_parent.balloon_alert(user, "too weak to wield!")
atom_parent.balloon_alert(user, "can't wield!")
user.dropItemToGround(parent, force = TRUE)
else
atom_parent.balloon_alert(user, "too weak to wield with both hands!")
atom_parent.balloon_alert(user, "can't wield with both hands!")
return COMPONENT_EQUIPPED_FAILED
if(user.get_inactive_held_item())
if(require_twohands)