mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[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:
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)
|
||||
|
||||
Reference in New Issue
Block a user