I shouldn't code straight after waking up.

This commit is contained in:
AnturK
2019-06-06 21:53:30 +02:00
parent 652071d9c8
commit cc88cc16ed
@@ -214,12 +214,12 @@
/proc/_step_away(ref, trg, max)
step_away(ref, trg, max)
/proc/_has_trait(thing,trait)
/proc/_has_trait(datum/thing,trait)
return HAS_TRAIT(thing,trait)
/proc/_add_trait(thing,trait,source)
/proc/_add_trait(datum/thing,trait,source)
ADD_TRAIT(thing,trait,source)
/proc/_remove_trait(thing,trait,source)
/proc/_remove_trait(datum/thing,trait,source)
REMOVE_TRAIT(thing,trait,source)