Skip to content

Commit

Permalink
Merge pull request #1127 from feliniddotexe/bottlefeedback
Browse files Browse the repository at this point in the history
Better bottle feedback
  • Loading branch information
Lutowski authored Dec 31, 2024
2 parents 8c16958 + 73c0ef7 commit cba7480
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/reagents/reagent_containers/bottle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@ GLOBAL_LIST_INIT(wisdoms, world.file2list("strings/rt/wisdoms.txt"))
if(closed)
reagent_flags = TRANSPARENT
reagents.flags = reagent_flags
to_chat(user, span_notice("You carefully press the cork back into the mouth of the [src]."))
spillable = FALSE
if(!fancy)
desc = "A bottle with a cork."
else
reagent_flags = OPENCONTAINER
reagents.flags = reagent_flags
playsound(user.loc,'sound/items/uncork.ogg', 100, TRUE)
to_chat(user, span_notice("You thumb off the cork from [src]."))
desc = desc_uncorked
spillable = TRUE
if(!fancy)
Expand Down

0 comments on commit cba7480

Please sign in to comment.