Update unsorted.dm
This commit is contained in:
@@ -1426,7 +1426,9 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)
|
|||||||
|
|
||||||
/proc/get_random_drink()
|
/proc/get_random_drink()
|
||||||
var/list/blocked = list(/obj/item/reagent_containers/food/drinks/soda_cans,
|
var/list/blocked = list(/obj/item/reagent_containers/food/drinks/soda_cans,
|
||||||
/obj/item/reagent_containers/food/drinks/bottle
|
/obj/item/reagent_containers/food/drinks/bottle,
|
||||||
|
/obj/item/reagent_containers/food/drinks/flask/russian,
|
||||||
|
/obj/item/reagent_containers/food/drinks/flask/steel
|
||||||
)
|
)
|
||||||
return pick(subtypesof(/obj/item/reagent_containers/food/drinks) - blocked)
|
return pick(subtypesof(/obj/item/reagent_containers/food/drinks) - blocked)
|
||||||
|
|
||||||
@@ -1562,4 +1564,4 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)
|
|||||||
channels_to_use += channel
|
channels_to_use += channel
|
||||||
|
|
||||||
if(channels_to_use.len)
|
if(channels_to_use.len)
|
||||||
world.TgsChatBroadcast()
|
world.TgsChatBroadcast()
|
||||||
|
|||||||
Reference in New Issue
Block a user