[MIRROR] Restaurant Customerbots now gib into robotic gibs (#3692)

* Restaurant Customerbots now gib into robotic gibs

* Update robot_customer.dm

* Update robot_customer.dm

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-02-27 15:17:40 +00:00
committed by GitHub
co-authored by tralezab Gandalf
parent b2f8706776
commit cd5fca2e78
@@ -44,6 +44,10 @@
QDEL_NULL(hud_to_show_on_hover)
return ..()
///Robots need robot gibs...!
/mob/living/simple_animal/robot_customer/spawn_gibs()
new /obj/effect/gibspawner/robot(drop_location(), src)
/mob/living/simple_animal/robot_customer/MouseEntered(location, control, params)
. = ..()
hud_to_show_on_hover?.add_hud_to(usr)