mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #5779 from yogstation13/upstream-merge-44363
[MIRROR] Adds sdql2 trait wrappers.
This commit is contained in:
@@ -214,4 +214,12 @@
|
||||
/proc/_step_away(ref, trg, max)
|
||||
step_away(ref, trg, max)
|
||||
|
||||
/proc/_has_trait(datum/thing,trait)
|
||||
return HAS_TRAIT(thing,trait)
|
||||
|
||||
/proc/_add_trait(datum/thing,trait,source)
|
||||
ADD_TRAIT(thing,trait,source)
|
||||
|
||||
/proc/_remove_trait(datum/thing,trait,source)
|
||||
REMOVE_TRAIT(thing,trait,source)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user