Update unsorted.dm

This commit is contained in:
LetterJay
2018-01-28 15:19:22 -06:00
committed by GitHub
parent e16c4c73e3
commit 84be31bb00
-3
View File
@@ -1535,8 +1535,6 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)
D.vv_edit_var(var_name, var_value) //same result generally, unless badmemes
else
D.vars[var_name] = var_value
<<<<<<< HEAD
=======
/proc/get_random_food()
var/list/blocked = list(/obj/item/reagent_containers/food/snacks,
@@ -1563,4 +1561,3 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)
/proc/get_random_drink()
return pick(subtypesof(/obj/item/reagent_containers/food/drinks))
>>>>>>> 1a45d35... Merge pull request #34875 from tgstation/Cyberboss-patch-5