mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
refactors most spans
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
name = "flimsy"
|
||||
desc = "You're more fragile than most, and have less of an ability to endure harm."
|
||||
|
||||
on_created_text = "<span class='warning'>You feel rather weak.</span>"
|
||||
on_expired_text = "<span class='notice'>You feel your strength returning to you.</span>"
|
||||
on_created_text = span_warning("You feel rather weak.")
|
||||
on_expired_text = span_notice("You feel your strength returning to you.")
|
||||
|
||||
max_health_percent = 0.8
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
name = "frail"
|
||||
desc = "Your body is very fragile, and has even less of an ability to endure harm."
|
||||
|
||||
on_created_text = "<span class='warning'>You feel really weak.</span>"
|
||||
on_expired_text = "<span class='notice'>You feel your strength returning to you.</span>"
|
||||
on_created_text = span_warning("You feel really weak.")
|
||||
on_expired_text = span_notice("You feel your strength returning to you.")
|
||||
|
||||
max_health_percent = 0.6
|
||||
|
||||
@@ -162,4 +162,4 @@
|
||||
desc = "You are fully colorblind. Your condition is rare, but you can see no colors at all."
|
||||
|
||||
client_color = MATRIX_Monochromia
|
||||
wire_colors_replace = GREYSCALE_COLOR_REPLACE
|
||||
wire_colors_replace = GREYSCALE_COLOR_REPLACE
|
||||
|
||||
Reference in New Issue
Block a user