Fixes martial arts resetting on cloning. (#1338)
This commit is contained in:
committed by
kevinz000
parent
8dce17bb53
commit
dbc902ef29
@@ -68,6 +68,7 @@
|
||||
/datum/mind/New(var/key)
|
||||
src.key = key
|
||||
soulOwner = src
|
||||
martial_art = default_martial_art
|
||||
|
||||
/datum/mind/Destroy()
|
||||
SSticker.minds -= src
|
||||
|
||||
@@ -36,9 +36,6 @@
|
||||
//initialise organs
|
||||
create_internal_organs()
|
||||
|
||||
if(mind)
|
||||
mind.martial_art = mind.default_martial_art
|
||||
|
||||
handcrafting = new()
|
||||
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user