Skip to content

Commit

Permalink
Merge pull request #988 from RachelDoe/pillfix
Browse files Browse the repository at this point in the history
Fixing Misconfiguration of kinkmate item
  • Loading branch information
MosleyTheMalO authored Oct 31, 2023
2 parents 3a4bbbf + 06d32b1 commit 1d339b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_splurt/code/game/objects/items/storage/firstaid.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@

/obj/item/storage/pill_bottle/BEsmaller/PopulateContents()
for(var/i in 1 to 10)
new /obj/item/reagent_containers/pill/PEsmaller(src)
new /obj/item/reagent_containers/pill/BEsmaller(src)

0 comments on commit 1d339b6

Please sign in to comment.