Code optimizations + clean-up (#45)

This commit is contained in:
SandPoot
2020-08-14 02:01:54 -03:00
committed by GitHub
parent 88a63bfa03
commit fe8119c18c
21 changed files with 90 additions and 601 deletions
+2 -4
View File
@@ -10,10 +10,8 @@
/datum/quirk/sheltered/on_spawn()
var/mob/living/carbon/human/H = quirk_holder
H.remove_language(/datum/language/common)
/* if(!H.can_speak_language(/datum/language/draconic) && !H.can_speak_language(/datum/language/machine))
H.grant_language(/datum/language/japanese)
*/ //if doesn't know common wont know anything else unless already does.... like lizards! :3
// You can pick languages for your character, if you don't pick anything, enjoy the rest of the round understanding nothing.
/datum/quirk/sheltered/remove() //i mean, the lose text explains it, so i'm making it actually work
var/mob/living/carbon/human/H = quirk_holder
H.grant_language(/datum/language/common)
H.grant_language(/datum/language/common)