Merge pull request #1698 from VOREStation/bored,_fix_polaris

Fixes two high-priority issues
This commit is contained in:
Datraen
2016-05-19 14:29:46 -04:00
12 changed files with 18 additions and 17 deletions

View File

@@ -373,7 +373,7 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
var/organ_tag = input(user, "Which limb do you want to change?") as null|anything in limb_selection_list
if(!organ_tag && !CanUseTopic(user)) return TOPIC_NOACTION
if(!organ_tag || !CanUseTopic(user)) return TOPIC_NOACTION
var/limb = null
var/second_limb = null // if you try to change the arm, the hand should also change