Revert "i can't believe kevin made me code"

This reverts commit 7f38564838.
This commit is contained in:
Fabian
2021-03-05 21:19:59 +01:00
parent a061f02b5b
commit 2f1aba4f80
13 changed files with 23 additions and 318 deletions
@@ -35,9 +35,8 @@ GLOBAL_LIST_EMPTY(antagonists)
/datum/antagonist/Destroy()
GLOB.antagonists -= src
//ambition port start
owner?.do_remove_antag_datum(src)
//ambition port end
if(owner)
LAZYREMOVE(owner.antag_datums, src)
owner = null
return ..()
@@ -134,9 +133,7 @@ GLOBAL_LIST_EMPTY(antagonists)
remove_innate_effects()
clear_antag_moodies()
if(owner)
//ambition port start
owner.do_remove_antag_datum(src)
//ambition port end
LAZYREMOVE(owner.antag_datums, src)
for(var/A in skill_modifiers)
owner.remove_skill_modifier(GET_SKILL_MOD_ID(A, type))
if(!silent && owner.current)
@@ -65,9 +65,7 @@
user.copy_languages(target, LANGUAGE_ABSORB)
if(target.mind && user.mind)//if the victim and user have minds
//ambition port start
to_chat(user, "<i>[target.mind.show_memory()]</i>") //I can read your mind. Output all their notes.
//ambition port end
target.mind.show_memory(user, 0) //I can read your mind, kekeke. Output all their notes.
//Some of target's recent speech, so the changeling can attempt to imitate them better.
//Recent as opposed to all because rounds tend to have a LOT of text.