mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into xpokee-test-upstream-sync
This commit is contained in:
@@ -177,7 +177,7 @@ GLOBAL_LIST_INIT(save_file_chars, list(
|
||||
if(istext(value))
|
||||
//Prevent symbols from being because otherwise you can name something
|
||||
// [";},/obj/item/gun/energy/laser/instakill{name="da epic gun] and spawn yourself an instakill gun.
|
||||
return "\"[hashtag_newlines_and_tabs("[value]", list("{"="", "}"="", "\""="", ";"="", ","=""))]\""
|
||||
return "\"[hashtag_newlines_and_tabs("[value]", list("{"="", "}"="", "\""="", ","=""))]\""
|
||||
if(isnum(value) || ispath(value))
|
||||
return "[value]"
|
||||
if(islist(value))
|
||||
|
||||
Reference in New Issue
Block a user