Skip to content

Commit

Permalink
Update code/game/objects/structures/reagent_dispensers.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
realforest2001 and Drulikar committed May 12, 2024
1 parent f0b931b commit a003dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/reagent_dispensers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
verbs -= /obj/structure/reagent_dispensers/verb/set_APTFT
if(chemical)
reagents.add_reagent(chemical, reagent_amount)
if(!anchored && (is_ground_level(z) && prob(70)))
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 a003dd4

Please sign in to comment.