mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +00:00
Revert Better thralls list handling, maybe?
Attempted fix at #204. The list handling is REALLY funky and probably needs a proper refractor. But I'm too loaded with projects to deal with this atm, so bandaid fix it is.
(reverted from commit 4643217e6e)
This commit is contained in:
@@ -553,10 +553,9 @@
|
||||
src << "<b>\red SOMETHING WENT WRONG, YELL AT POMF OR NEXIS</b>"
|
||||
return 0
|
||||
var/ref = "\ref[src.mind]"
|
||||
if(!(src.mind.vampire.thralls[ref]))
|
||||
src.mind.vampire.thralls += ref
|
||||
src.mind.vampire.thralls[ref] = list()
|
||||
|
||||
if(!(src.mind.vampire.thralls))
|
||||
src.mind.vampire.thralls[ref] = list(H.mind)
|
||||
else
|
||||
src.mind.vampire.thralls[ref] += H.mind
|
||||
//msg_scopes("[H.name] Changed in handle_enthrall") //purely here to see live changes incase of unexpected things
|
||||
src.mind.vampire.enthralled.Add(H.mind)
|
||||
|
||||
Reference in New Issue
Block a user