Merge pull request #30824

This commit is contained in:
Cyberboss
2017-09-17 21:08:12 -04:00
30 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ You can set verify to TRUE if you want send() to sleep until the client has the
//all of our asset datums, used for referring to these later
GLOBAL_LIST_EMPTY(asset_datums)
//get a assetdatum or make a new one
//get an assetdatum or make a new one
/proc/get_asset_datum(var/type)
if (!(type in GLOB.asset_datums))
return new type()