mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Fixes some code style issues for more free GBP [MDB IGNORE] (#11741)
* Fixes some code style issues for more free GBP (#65133) * Fixes some code style issues for more free GBP Co-authored-by: Iamgoofball <iamgoofball@gmail.com>
This commit is contained in:
@@ -229,14 +229,14 @@
|
||||
/proc/_step_away(ref, trg, max)
|
||||
step_away(ref, trg, max)
|
||||
|
||||
/proc/_has_trait(datum/thing,trait)
|
||||
return HAS_TRAIT(thing,trait)
|
||||
/proc/_has_trait(datum/thing, trait)
|
||||
return HAS_TRAIT(thing, trait)
|
||||
|
||||
/proc/_add_trait(datum/thing,trait,source)
|
||||
ADD_TRAIT(thing,trait,source)
|
||||
/proc/_add_trait(datum/thing, trait, source)
|
||||
ADD_TRAIT(thing, trait, source)
|
||||
|
||||
/proc/_remove_trait(datum/thing,trait,source)
|
||||
REMOVE_TRAIT(thing,trait,source)
|
||||
/proc/_remove_trait(datum/thing, trait, source)
|
||||
REMOVE_TRAIT(thing, trait, source)
|
||||
|
||||
/proc/_winset(player, control_id, params)
|
||||
winset(player, control_id, params)
|
||||
|
||||
Reference in New Issue
Block a user