mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 17:45:02 +01:00
[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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user