attempted fix at the ready-up issue
This commit is contained in:
@@ -3359,7 +3359,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
|||||||
wheels.buckle_mob(character)
|
wheels.buckle_mob(character)
|
||||||
var/datum/component/dullahan/dullahan = character.GetComponent(/datum/component/dullahan)
|
var/datum/component/dullahan/dullahan = character.GetComponent(/datum/component/dullahan)
|
||||||
// if you ready up, quirks are assigned first, very stupid
|
// if you ready up, quirks are assigned first, very stupid
|
||||||
if(dullahan && dullahan.dullahan_head && length(dullahan_head.name))
|
if(dullahan && dullahan.dullahan_head && length(dullahan.dullahan_head.name))
|
||||||
dullahan.dullahan_head.name = "[character.name]'s head"
|
dullahan.dullahan_head.name = "[character.name]'s head"
|
||||||
dullahan.dullahan_head.desc = "the decapitated head of [character.name]"
|
dullahan.dullahan_head.desc = "the decapitated head of [character.name]"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user