[MIRROR] adds the ability to splat the goat [MDB IGNORE] (#9860)

* the goat plushie can be run over (#63148)

You can now run over the plushie with the tram, splatting it into the ground

Non-joke reason: The tram now sends a signal to the destination turf, which can be used by objects to have unique interactions with the tram when being ran over.

* adds the ability to splat the goat

Co-authored-by: MMMiracles <lolaccount1@hotmail.com>
This commit is contained in:
SkyratBot
2021-12-03 16:56:06 -05:00
committed by GitHub
co-authored by MMMiracles
parent 0e853ba9d9
commit eb25658e2f
4 changed files with 30 additions and 0 deletions
@@ -233,6 +233,8 @@ GLOBAL_LIST_EMPTY(lifts)
destination = get_step_multiz(src, going)
else
destination = going
///handles any special interactions objects could have with the lift/tram, handled on the item itself
SEND_SIGNAL(destination, COMSIG_TURF_INDUSTRIAL_LIFT_ENTER)
if(istype(destination, /turf/closed/wall))
var/turf/closed/wall/C = destination