Fix a small runtime in rig dropped (#16497)

This commit is contained in:
ShadowLarkens
2024-10-20 18:05:23 +02:00
committed by GitHub
parent bcc107c7cd
commit ee2a9901a6
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ GLOBAL_DATUM_INIT(item_unequipped_event, /decl/observ/item_unequipped, new)
**********************/
/obj/item/dropped(var/mob/user)
..()
. = ..(user)
//SEND_SIGNAL(user, COMSIG_OBSERVER_MOB_UNEQUIPPED, src)
//SEND_SIGNAL(src, COMSIG_OBSERVER_ITEM_UNEQUIPPED, user)
if(user) // Cannot always guarantee that user won't be null