mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes Poly not saving data between shifts (#79922)
## About The Pull Request
Screwup in #79762 (b251b9dbb0)
This definitely worked two months ago I have no clue when this check got
swapped around.
## Changelog
🆑
fix: Poly should now remember phrases between shifts.
/🆑
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
SIGNAL_HANDLER
|
||||
var/atom/movable/atom_source = source
|
||||
var/datum/ai_controller/controller = atom_source.ai_controller
|
||||
if(LAZYLEN(speech_buffer)) // what? well whatever let's just move on
|
||||
if(!LAZYLEN(speech_buffer)) // what? well whatever let's just move on
|
||||
return
|
||||
|
||||
controller.set_blackboard_key(BB_EXPORTABLE_STRING_BUFFER_LIST, speech_buffer.Copy())
|
||||
|
||||
Reference in New Issue
Block a user