mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user