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:
variableundefined
2019-08-25 16:53:49 -04:00
committed by GitHub
5 changed files with 187 additions and 186 deletions
+4
View File
@@ -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))