[READY]Adds the Smooth-Headed (super bald) quirk (#49932)

* super baldness

* cleanup

* fix

* stuff

* woops

* and done

* docs, changed proc names

Co-authored-by: Unknown <Floydje123@hotmail.com>
This commit is contained in:
Mickyan
2020-03-20 00:15:10 -07:00
committed by GitHub
co-authored by Unknown
parent 53d2fffa3a
commit c6b0774b86
9 changed files with 74 additions and 3 deletions
+2
View File
@@ -41,6 +41,8 @@
var/new_style = input(user, "Select a hairstyle", "Grooming") as null|anything in GLOB.hairstyles_list
if(!user.canUseTopic(src, BE_CLOSE, FALSE, NO_TK))
return //no tele-grooming
if(HAS_TRAIT(H, TRAIT_BALD))
to_chat(H, "<span class='notice'>If only growing back hair were that easy for you...</span>")
if(new_style)
H.hairstyle = new_style