Merge pull request #9435 from Linzolle/firefix

fix fireman carry offhand not automatically deleting itself
This commit is contained in:
kevinz000
2019-10-11 12:09:14 -07:00
committed by GitHub
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -89,6 +89,7 @@
buckled_mob.clear_alert("buckled")
buckled_mobs -= buckled_mob
SEND_SIGNAL(src, COMSIG_MOVABLE_UNBUCKLE, buckled_mob, force)
SEND_SIGNAL(src, COMSIG_MOVABLE_UNBUCKLE, src, force)
post_unbuckle_mob(.)