smooshes the two messages into one line

one line change commit boys
This commit is contained in:
PKPenguin321
2016-01-24 18:35:32 -08:00
parent 1f7353e3ed
commit dbe098da12
+1 -2
View File
@@ -11,8 +11,7 @@
user << "<span class='notice'>[src] currently has no implant stored.</span>"
return
storedorgan.Insert(user)//insert stored organ into the user
user.visible_message("<span class='notice'>[user] presses a button on [src], and you hear a short mechanical noise.</span>")
user << "<span class='notice'>You feel a slight tickle as [src] quickly implants you with the [storedorgan].</span>"
user.visible_message("<span class='notice'>[user] presses a button on [src], and you hear a short mechanical noise.</span>", "<span class='notice'>You feel a sharp sting as [src] plunges into your body.</span>")
storedorgan = null
/obj/item/device/autoimplanter/attackby(obj/item/I, mob/user, params)