mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Fixes verbs not being given properly when joining ghost spawners/aghosting back into your body (#16575)
* fix some more edge cases * Update html/changelogs/mattatlas-aghostverbs.yml * oops --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -86,6 +86,8 @@
|
||||
G.equipOutfit(outfit_type, FALSE)
|
||||
technomancers.add_antagonist(G.mind, FALSE, TRUE, FALSE, FALSE, preserve_appearance)
|
||||
|
||||
G.client.init_verbs()
|
||||
|
||||
qdel(src)
|
||||
|
||||
return G
|
||||
@@ -96,4 +98,4 @@
|
||||
mob_type = /mob/living/carbon/human/technomancer_golem
|
||||
ghost_role_id = "technogolem"
|
||||
outfit_type = /datum/outfit/admin/techomancer/golem
|
||||
preserve_appearance = TRUE
|
||||
preserve_appearance = TRUE
|
||||
|
||||
Reference in New Issue
Block a user