Skip to content

Commit

Permalink
boop
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed May 12, 2024
1 parent ab79126 commit f0b931b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/structures/reagent_dispensers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
verbs -= /obj/structure/reagent_dispensers/verb/set_APTFT
if(chemical)
reagents.add_reagent(chemical, reagent_amount)
if(!anchored && (is_ground_level(z) && prob(70)))
anchored = TRUE

/obj/structure/reagent_dispensers/initialize_pass_flags(datum/pass_flags_container/PF)
..()
Expand Down

0 comments on commit f0b931b

Please sign in to comment.