[MIRROR] Cerestation Tweaks VI: Shuttle Edition (#876)

* Cerestation Tweaks VI: Shuttle Edition

* fix .rej
This commit is contained in:
CitadelStationBot
2017-05-18 06:51:26 -05:00
committed by Poojawa
parent ad65636014
commit eb359f1014
17 changed files with 11323 additions and 7024 deletions
+5 -5
View File
@@ -12,10 +12,10 @@
if(ishuman(user))
var/mob/living/carbon/human/H = user
if(H.dna && H.dna.species && (NO_UNDERWEAR in H.dna.species.species_traits))
to_chat(user, "<span class='warning'>You are not capable of wearing underwear.</span>")
return
if(H.dna && H.dna.species && (NO_UNDERWEAR in H.dna.species.species_traits))
to_chat(user, "<span class='warning'>You are not capable of wearing underwear.</span>")
return
var/choice = input(user, "Underwear, Undershirt, or Socks?", "Changing") as null|anything in list("Underwear","Undershirt","Socks")
if(!Adjacent(user))
@@ -36,4 +36,4 @@
H.socks= new_socks
add_fingerprint(H)
H.update_body()
H.update_body()