mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Merge pull request #3943 from KasparoVy/ipc-fbp-emergency-fix
ASAP Fix, Character Configuration - Prosthetic Typo
This commit is contained in:
@@ -1489,7 +1489,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
|
||||
if(second_limb)
|
||||
organ_data[second_limb] = "amputated"
|
||||
rlimb_data[second_limb] = null
|
||||
if("Prothesis")
|
||||
if("Prosthesis")
|
||||
var/choice = input(user, "Which manufacturer do you wish to use for this limb?") as null|anything in chargen_robolimbs
|
||||
if(!choice)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user