optimizations, unnecessary crap, undocumented ipc change

This commit is contained in:
kevinz000
2020-01-24 21:18:19 -07:00
parent 9181a4aee0
commit 24cbe67f27
5 changed files with 6 additions and 24 deletions
+3 -9
View File
@@ -91,13 +91,7 @@ GLOBAL_LIST_INIT(all_types_bloods,list(
"BUG"
))
GLOBAL_LIST_INIT(blood_types, list(
"blood",
"jellyblood"
GLOBAL_LIST_INIT(blood_reagent_types, list(
/datum/reagent/blood,
/datum/reagent/blood/jellyblood
))
GLOBAL_LIST_INIT(blood_id_types, list(
"blood" = /datum/reagent/blood,
"jellyblood" = /datum/reagent/blood/jellyblood
))