Skip to content

Commit

Permalink
Update plushes.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusLarsson421 committed Aug 5, 2024
1 parent 45861bb commit 7edf084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -952,12 +952,12 @@
. = ..()
if(sound_alarm && !cooldown)
playsound(src, sound_alarm, 25, 1)
to_chat(user, "<span class='notice'>[src] injects you with morphine. D'awww.</span>")
to_chat(user, "<span class='notice'>D'awww, the [src] injects you with morphine.</span>")

cooldown = TRUE
addtimer(VARSET_CALLBACK(src, cooldown, FALSE), recharge_time)
else
to_chat(user, "<span class='notice'>[src] is out of morphine. N'awww.</span>")
to_chat(user, "<span class='notice'>N'aww, the [src] is out of morphine.</span>")

/obj/item/toy/plush/sillycons/medi/syndie
name = "Syndicate Mediborg"
Expand Down

0 comments on commit 7edf084

Please sign in to comment.