Adds the Beach Bum Language

This commit is contained in:
CitadelStationBot
2017-05-24 05:54:42 -05:00
parent e0ada1b4c6
commit 4191e1f7fd
8 changed files with 75 additions and 0 deletions
@@ -20,3 +20,16 @@
. = ..()
if(.)
update_hair()
/mob/living/carbon/human/set_drugginess(amount)
..()
if(!amount)
remove_language(/datum/language/beachbum)
/mob/living/carbon/human/adjust_drugginess(amount)
..()
if(!dna.check_mutation(STONER))
if(druggy)
grant_language(/datum/language/beachbum)
else
remove_language(/datum/language/beachbum)