Fixes a few bugs. (#17048)

* Fixes a few bugs.

* bodybag

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-08-10 11:04:05 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 7a21896792
commit ad83af2bc3
7 changed files with 56 additions and 122 deletions
+5
View File
@@ -133,6 +133,11 @@
"<b>[user.name]</b> unbuckles [MA.name].", \
SPAN_NOTICE("You were unbuckled from [src] by [user.name]."),\
SPAN_NOTICE("You hear metal clanking."))
else if(isliving(user) && isobj(MA))
user.visible_message(\
"<b>[user]</b> unbuckles \the [MA] from [src].",\
SPAN_NOTICE("You unbuckle \the [MA] from [src]."),\
SPAN_NOTICE("You hear metal clanking."))
else
MA.visible_message(\
"<b>[MA.name]</b> unbuckles themselves.",\