mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
Merge pull request #44363 from AnturK/sdql2traitwrappers
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