Name and Description change

I forgot to ask Desolate what he wants, here is the fix for that
This commit is contained in:
shazbot194
2018-03-06 22:18:17 -09:00
parent cc5d9bc31e
commit 79539cc0ea
+3 -3
View File
@@ -567,14 +567,14 @@
/obj/item/weapon/fluff/dancebutton //DesolateG: Micheal Smith
name = "Big Red Button"
desc = "This button looks almost too tempting to press."
name = "Instant Party Button"
desc = "The instructions on the bottom seem to indicate that pressing the button will bring out the Dancing Machine in you."
icon = 'icons/obj/assemblies.dmi'
icon_state = "bigred"
force = 2
/obj/item/weapon/fluff/dancebutton/attack_self(mob/user)
user.visible_message("<span class='notice'>[user] presses the button.</span>", "<span class='notice'>You press the button.</span>")
user.visible_message("<span class='notice'>[user] presses the [src].</span>", "<span class='notice'>You press the [src].</span>")
var/obj/machinery/disco/C = new /obj/machinery/disco(get_turf(user))
C.visible_message("<span class='notice'>[C] suddenly winks into existence where [user]is standing!</span>")
to_chat(user, "<span class='danger'>The [src] disapears from your hands!</span>")