mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Build Mode Preview + better help text (#76095)
## About The Pull Request Gives `Adv Build Mode` and `Fill` an item preview, and puts the help text for build mode modes into an examine block. https://github.com/tgstation/tgstation/assets/66640614/6751c721-6ddd-4761-8311-fb002ea905ac   ## Why It's Good For The Game It's good to see what you're doing. ## Changelog 🆑 Tattle admin: build mode help text is in an examine block admin: adv build mode and fill now have item previews /🆑 --------- Co-authored-by: tattle <article.disaster@gmail.com> Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
valueholder = null
|
||||
return ..()
|
||||
|
||||
/datum/buildmode_mode/varedit/show_help(client/c)
|
||||
to_chat(c, span_notice("***********************************************************"))
|
||||
to_chat(c, span_notice("Right Mouse Button on buildmode button = Select var(type) & value"))
|
||||
to_chat(c, span_notice("Left Mouse Button on turf/obj/mob = Set var(type) & value"))
|
||||
to_chat(c, span_notice("Right Mouse Button on turf/obj/mob = Reset var's value"))
|
||||
to_chat(c, span_notice("***********************************************************"))
|
||||
/datum/buildmode_mode/varedit/show_help(client/builder)
|
||||
to_chat(builder, span_purple(examine_block(
|
||||
"[span_bold("Select var(type) & value")] -> Right Mouse Button on buildmode button\n\
|
||||
[span_bold("Set var(type) & value")] -> Left Mouse Button on turf/obj/mob\n\
|
||||
[span_bold("Reset var's value")] -> Right Mouse Button on turf/obj/mob"))
|
||||
)
|
||||
|
||||
/datum/buildmode_mode/varedit/Reset()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user