new 3.7 status fields (weapon, terrain, armor)
This commit is contained in:
17
main.rc
17
main.rc
@@ -94,7 +94,7 @@ OPTIONS=disclose:yi ya nv ng yc no
|
||||
{% if comments %}
|
||||
# altmeta: enables extended command shortcuts using the alt key
|
||||
{% endif %}
|
||||
OPTIONS=altmeta
|
||||
OPTIONS=!altmeta
|
||||
|
||||
{% if comments %}
|
||||
# autodig: automatically dig when wielding a digging tool moving into a place that can be dug
|
||||
@@ -150,6 +150,21 @@ OPTIONS=quick_farsight
|
||||
|
||||
OPTIONS=cond_held,cond_ice,cond_lava,cond_woundedlegs,cond_slip
|
||||
|
||||
{% if comments %}
|
||||
# weaponstatus: show extra status field listing wielded weapon(s)
|
||||
{% endif %}
|
||||
OPTIONS=weaponstatus
|
||||
|
||||
{% if comments %}
|
||||
# armorstatus: show extra status field summarizing worn armor
|
||||
{% endif %}
|
||||
OPTIONS=!armorstatus
|
||||
|
||||
{% if comments %}
|
||||
# terrainstatus: show extra status field describing current location
|
||||
{% endif %}
|
||||
OPTIONS=!terrainstatus
|
||||
|
||||
{% endif -%}
|
||||
|
||||
{% if comments %}
|
||||
|
||||
@@ -92,6 +92,7 @@ MSGTYPE=stop "won't move|still eating"
|
||||
MSGTYPE=stop "Closed for inventory"
|
||||
MSGTYPE=stop "You wrest .*"
|
||||
MSGTYPE=stop "You feel a strange vibration"
|
||||
MSGTYPE=stop "eucalyptus leaf glows brown"
|
||||
|
||||
## Gremlin stealing your intrinsic at night
|
||||
MSGTYPE=stop "The gremlin chuckles."
|
||||
|
||||
Reference in New Issue
Block a user