mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Fixes a missing arg in fish release code causing runtimes (#87932)
## About The Pull Request Fish release code didn't pass the releaser arg, causing runtimes in all listener procs. Test yer code. ## Changelog 🆑 fix: Fixed a missing arg in fish release code causing runtimes /🆑
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
span_notice("You release [src] into [interacting_with]. [goodbye_text]"), \
|
||||
span_notice("You hear a splash."))
|
||||
playsound(interacting_with, 'sound/effects/splash.ogg', 50)
|
||||
SEND_SIGNAL(interacting_with, COMSIG_FISH_RELEASED_INTO, src)
|
||||
SEND_SIGNAL(interacting_with, COMSIG_FISH_RELEASED_INTO, src, user)
|
||||
qdel(src)
|
||||
return ITEM_INTERACT_SUCCESS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user