mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Fixes the exosuit mounted autolathe. (#18440)
* autolathe1 * cl * Oops * pay the price --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
target.dna.real_name = getName
|
||||
if(target.mind)
|
||||
target.mind.name = target.name
|
||||
target.change_appearance(APPEARANCE_PLASTICSURGERY, user, TRUE, ui_state = default_state, state_object = target)
|
||||
target.change_appearance(APPEARANCE_PLASTICSURGERY, user, TRUE, ui_state = GLOB.default_state, state_object = target)
|
||||
target.op_stage.face = FACE_ALTERED
|
||||
|
||||
|
||||
@@ -229,7 +229,7 @@
|
||||
target.dna.real_name = getName
|
||||
if(target.mind)
|
||||
target.mind.name = target.name
|
||||
target.change_appearance(APPEARANCE_PLASTICSURGERY, user, TRUE, ui_state = default_state, state_object = target)
|
||||
target.change_appearance(APPEARANCE_PLASTICSURGERY, user, TRUE, ui_state = GLOB.default_state, state_object = target)
|
||||
target.op_stage.face = FACE_ALTERED
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user