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