[MIRROR] DMdoc's implant_clown.dm (#7022)

* DMdoc's implant_clown.dm (#60268)

* DMdoc's implant_clown.dm

Co-authored-by: interestingusernam3 <51925758+interestingusernam3@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-07-20 14:24:33 +02:00
committed by GitHub
parent 557cdc514a
commit 314abe26fd
@@ -1,6 +1,7 @@
///A passive implant that plays sound/misc/sadtrombone.ogg when you deathgasp for any reason
/obj/item/implant/sad_trombone
name = "sad trombone implant"
activated = 0
activated = FALSE
/obj/item/implant/sad_trombone/get_data()
var/dat = {"<b>Implant Specifications:</b><BR>
@@ -13,10 +14,12 @@
if(emote == "deathgasp")
playsound(loc, 'sound/misc/sadtrombone.ogg', 50, FALSE)
///Implanter that spawns with a sad trombone implant, as well as an appropriate name
/obj/item/implanter/sad_trombone
name = "implanter (sad trombone)"
imp_type = /obj/item/implant/sad_trombone
///Implant case that spawns with a sad trombone implant, as well as an appropriate name and description
/obj/item/implantcase/sad_trombone
name = "implant case - 'Sad Trombone'"
desc = "A glass case containing a sad trombone implant."