mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
Removes can_vv_get from some things (#39136)
* Removes can_vv_get from some things * This too * Remove extra vv_edit_var
This commit is contained in:
@@ -152,12 +152,6 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
GLOBAL_LIST_EMPTY(external_rsc_urls)
|
||||
#endif
|
||||
|
||||
/client/can_vv_get(var_name)
|
||||
return var_name != NAMEOF(src, holder) && ..()
|
||||
|
||||
/client/vv_edit_var(var_name, var_value)
|
||||
return var_name != NAMEOF(src, holder) && ..()
|
||||
|
||||
/client/New(TopicData)
|
||||
var/tdata = TopicData //save this for later use
|
||||
chatOutput = new /datum/chatOutput(src)
|
||||
|
||||
Reference in New Issue
Block a user