[MIRROR] Many new global signals from downstream (#12051)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-27 20:37:30 -07:00
committed by GitHub
parent 9c25b75d6c
commit 408eeaa5d1
15 changed files with 50 additions and 8 deletions

View File

@@ -47,6 +47,7 @@ Loot piles can be depleted, if loot_depleted is turned on. Note that players wh
busy = TRUE
if(do_after(user, rand(4 SECONDS,6 SECONDS), target = src))
SEND_SIGNAL(src,COMSIG_LOOT_REWARD,L,searchedby)
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_TRASHPILE_SEARCHED,L,searchedby)
busy = FALSE
else
return ..()

View File

@@ -129,6 +129,7 @@
to_chat(user,span_danger("Some sort of creature leaps out of \the [src]!"))
else
SEND_SIGNAL(src,COMSIG_LOOT_REWARD,user,searchedby, 5)
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_TRASHPILE_SEARCHED,user,searchedby)
busy = FALSE
else
return ..()