Updated auxmos to 1.0

This commit is contained in:
Putnam3145
2022-04-28 21:07:51 -07:00
parent 7e78b352a8
commit a7408beb4c
18 changed files with 231 additions and 62 deletions
+10
View File
@@ -205,6 +205,16 @@
synchronizer_coeff = 1
var/reek = 200
/datum/mutation/human/olfaction/on_acquiring(mob/living/carbon/human/owner)
if(..() || HAS_TRAIT(owner, TRAIT_ANOSMIA))
return TRUE
ADD_TRAIT(owner, TRAIT_GOODSMELL, GENETIC_MUTATION)
/datum/mutation/human/olfaction/on_losing(mob/living/carbon/human/owner)
if(..())
return
REMOVE_TRAIT(owner, TRAIT_GOODSMELL, GENETIC_MUTATION)
/datum/mutation/human/olfaction/modify()
if(power)
var/obj/effect/proc_holder/spell/targeted/olfaction/S = power