He's toast (#28110)

This commit is contained in:
Vi3trice
2025-02-02 02:56:30 +00:00
committed by GitHub
parent bb4e21baf6
commit 7bf8a6ab9c
+7
View File
@@ -197,6 +197,13 @@
qdel(I)
if(5)
//Monkeying
if(ismachineperson(user))
playsound(get_turf(user), 'sound/machines/ding.ogg', 100, 1)
var/obj/fresh_toast = new /obj/item/food/toast(get_turf(user))
fresh_toast.desc += " It came out of [user]!"
to_chat(user, "<span class='userdanger'>Your internal structure is getting really toasty!</span>")
user.gib()
return
T.visible_message("<span class='userdanger'>[user] transforms into a monkey!</span>")
user.monkeyize()
if(6)