adds helpful descriptions to certain items (#12743)

This commit is contained in:
Casper3667
2021-11-21 21:03:19 +01:00
committed by GitHub
parent df2cb7837e
commit 85bc0c3afb
6 changed files with 32 additions and 20 deletions
+2
View File
@@ -18,6 +18,7 @@
/obj/effect/hoist_hook
name = "hoist clamp"
desc = "A clamp used to lift people or things."
desc_info = "To use the hook, click drag the object you want to it to attach it.\nTo remove an object from the hook, click drag the hook to a nearby turf."
icon = 'icons/obj/hoists.dmi'
icon_state = "hoist_hook"
var/obj/structure/hoist/source_hoist
@@ -89,6 +90,7 @@
/obj/structure/hoist
icon = 'icons/obj/hoists.dmi'
icon_state = "hoist_base"
desc_info = "To use the hook, click drag the object you want to it to attach it.\nTo remove an object from the hook, click drag the hook to a nearby turf."
var/broken = 0
density = 1
anchored = 1