mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Balloon Alerts (#7877)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
playsound(src,'sound/items/eatfood.ogg', rand(10,50), 1)
|
||||
user.drop_item()
|
||||
forceMove(H.vore_selected)
|
||||
to_chat(H, "<span class='notice'>You can taste the flavor of garbage. Wait what?</span>")
|
||||
balloon_alert(H, "You can taste the flavor of garbage. Wait what?") // CHOMPEdit - Balloon alerts
|
||||
return
|
||||
|
||||
if(isrobot(M))
|
||||
@@ -16,7 +16,7 @@
|
||||
playsound(src,'sound/items/eatfood.ogg', rand(10,50), 1)
|
||||
user.drop_item()
|
||||
forceMove(R.vore_selected)
|
||||
R.visible_message("<span class='warning'>[user] feeds [R] with [src]!</span>")
|
||||
R.balloon_alert_visible("[user] feeds [R] with [src]!", "You feed [R] \the [src]!") // CHOMPEdit - Balloon alerts
|
||||
return
|
||||
..()
|
||||
|
||||
@@ -105,4 +105,4 @@
|
||||
/obj/item/trash/ratpackmeat
|
||||
name = "\improper Prepackaged Meal Tray"
|
||||
icon = 'icons/obj/trash_vr.dmi'
|
||||
icon_state = "altevian_pack_meat-trash"
|
||||
icon_state = "altevian_pack_meat-trash"
|
||||
|
||||
Reference in New Issue
Block a user