Skip to content

Commit

Permalink
Update modular_ss220/events/code/SSticker.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts authored Dec 7, 2024
1 parent ab3ec35 commit fc25f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/events/code/SSticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
var/modular_count = biohazard_count(biohazard)
switch(biohazard)
if(BIOHAZARD_TERROR_SPIDERS)
return modular_count >= 5
return modular_count >= 3
return ..()

0 comments on commit fc25f6b

Please sign in to comment.