mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Merge pull request #11941 from farie82/examine-info
Adds tips to certain things + general fixes that for issues I across
This commit is contained in:
@@ -102,6 +102,10 @@
|
||||
anchored = FALSE
|
||||
throw_pressure_limit = INFINITY //Throwing an ambulance trolley can kill the process scheduler.
|
||||
|
||||
/obj/structure/bed/amb_trolley/examine(mob/user)
|
||||
. = ..()
|
||||
to_chat(user, "<span class='notice'>Drag [src]'s sprite over the ambulance to (de)attach it.</span>")
|
||||
|
||||
/obj/structure/bed/amb_trolley/MouseDrop(obj/over_object as obj)
|
||||
..()
|
||||
if(istype(over_object, /obj/vehicle/ambulance))
|
||||
|
||||
Reference in New Issue
Block a user