Skip to content

Commit

Permalink
Cruciforms get renamed on activation, not on ejection (#8334)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeopold committed Oct 6, 2023
1 parent 005012d commit b76498c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions code/modules/core_implant/cruciform/cruciform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ var/list/disciples = list()
add_module(new CRUCIFORM_COMMON)
update_data()
disciples |= wearer
name = "[wearer]'s Cruciform"
var/datum/core_module/cruciform/cloning/M = get_module(CRUCIFORM_CLONING)
if(M)
M.write_wearer(wearer) //writes all needed data to cloning module
Expand Down
1 change: 0 additions & 1 deletion code/modules/core_implant/cruciform/rituals/base.dm
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@
var/obj/item/organ/external/E = H.organs_by_name[BP_CHEST]
E.take_damage(15)
H.custom_pain("You feel the cruciform ripping out of your chest!",1)
CI.name = "[M]'s Cruciform"
CI.uninstall()
return TRUE

Expand Down

0 comments on commit b76498c

Please sign in to comment.