mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[MIRROR] [MDB IGNORE] Refactors drinks and fixes a lot of food problems [MDB IGNORE] (#15577)
* [MDB IGNORE] Refactors drinks and fixes a lot of food problems * [MDB IGNORE] Refactors drinks and fixes a lot of food problems * forgto 2 commit * im slowly going insane * why does find and replace not FIND everything * hnghnnngh * h * l * a * a * so close... * delta fix * I thought I committed this already, guess not * this PR has been the bane of my fucking life * orange juice Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com> Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com>
This commit is contained in:
co-authored by
John Willard
Tom
Zonespace
GoldenAlpharex
Jolly-66
parent
d14465e9f5
commit
88c85fe1f7
@@ -169,7 +169,7 @@
|
||||
var/turf/T
|
||||
for(var/i in 1 to 10)
|
||||
if(prob(15))
|
||||
shuttle_spawns.Add(/obj/item/reagent_containers/glass/bottle)
|
||||
shuttle_spawns.Add(/obj/item/reagent_containers/cup/bottle)
|
||||
else if(prob(15))
|
||||
shuttle_spawns.Add(/obj/item/reagent_containers/syringe)
|
||||
else if(prob(25))
|
||||
@@ -177,8 +177,8 @@
|
||||
T = pick_n_take(empty_shuttle_turfs)
|
||||
new infected_assistant(T)
|
||||
shuttle_spawns.Add(/obj/structure/closet/crate)
|
||||
shuttle_spawns.Add(/obj/item/reagent_containers/glass/bottle/pierrot_throat)
|
||||
shuttle_spawns.Add(/obj/item/reagent_containers/glass/bottle/magnitis)
|
||||
shuttle_spawns.Add(/obj/item/reagent_containers/cup/bottle/pierrot_throat)
|
||||
shuttle_spawns.Add(/obj/item/reagent_containers/cup/bottle/magnitis)
|
||||
|
||||
if(DEPARTMENT_RESUPPLY)
|
||||
var/list/crate_types = list(
|
||||
|
||||
Reference in New Issue
Block a user