mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Adds feedback for mobs gibbed by shuttles (#24923)
* Adds feedback for mobs gibbed by shuttles * Use the ckey * Dew it right
This commit is contained in:
@@ -562,6 +562,10 @@
|
||||
a hyperspace ripple!</span>",
|
||||
"<span class='userdanger'>You feel an immense \
|
||||
crushing pressure as the space around you ripples.</span>")
|
||||
if(M.key || M.get_ghost(TRUE))
|
||||
feedback_add_details("shuttle_gib", "[type]")
|
||||
else
|
||||
feedback_add_details("shuttle_gib_unintelligent", "[type]")
|
||||
M.gib()
|
||||
|
||||
else //non-living mobs shouldn't be affected by shuttles, which is why this is an else
|
||||
|
||||
Reference in New Issue
Block a user