Modifies Dresser to accurate reflect lack of socks

This commit is contained in:
Tigercat2000
2015-01-24 23:56:20 +01:00
parent 3104a9f1e0
commit 09b926f0bc
+1 -1
View File
@@ -12,7 +12,7 @@
if(ishuman(user))
var/mob/living/carbon/human/H = user
var/choice = input(user, "Underwear, Undershirt, or Socks?", "Changing") as null|anything in list("Underwear","Undershirt","Socks")
var/choice = input(user, "Underwear, or Undershirt?", "Changing") as null|anything in list("Underwear","Undershirt")
if(!Adjacent(user))
return