mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Better UIs (#9355)
Improved the UIs of: Memories/Notes, cult tomes, autolathes, biogenerators, chem heaters, wizard spellbooks, cryopods, soulstones, space heaters.
This commit is contained in:
@@ -23,8 +23,10 @@
|
||||
for(var/rune in subtypesof(/datum/rune))
|
||||
var/datum/rune/R = new rune
|
||||
runes_by_name[R.name] = rune
|
||||
tome_data += "<b>[R.name]</b>: <i>[R.desc]</i>"
|
||||
tome_data += "This rune [R.can_be_talisman() ? "<b><i>can</i></b>" : "<b><i>cannot</i></b>"] be turned into a talisman.<br>"
|
||||
tome_data += "<div class='rune-block'>"
|
||||
tome_data += "<b>[capitalize_first_letters(R.name)]</b>: <i>[R.desc]</i><br>"
|
||||
tome_data += "This rune <b><i>[R.can_be_talisman() ? "can" : "cannot"]</i></b> be turned into a talisman.<br><hr>"
|
||||
tome_data += "</div>"
|
||||
|
||||
/datum/controller/subsystem/cult/proc/add_rune(var/datum/rune/R)
|
||||
if(check_rune_limit())
|
||||
|
||||
Reference in New Issue
Block a user