diff --git a/src/actions.tin b/src/actions.tin index e98472e..8110bef 100644 --- a/src/actions.tin +++ b/src/actions.tin @@ -55,6 +55,12 @@ #showme {\a}; }; +#NOP ==[Gemcutting/Finesmithing]== +#HIGHLIGHT {You take the diamond-tipped chisel from your roll of gemcutting tools and delicately chip %1} {bold green}; +#HIGHLIGHT {You take the diamond-tipped chisel from your roll of gemcutting tools and chip away %1} {bold red}; +#HIGHLIGHT {You take the diamond-tipped chisel from your roll of gemcutting tools and, struggling with %1} {bold red}; + + #NOP ==[End Session On Quit]== #ACTION {Thanks for playing. See you next time.} { #end; diff --git a/src/combat.tin b/src/combat.tin index 35f81c6..13c356e 100644 --- a/src/combat.tin +++ b/src/combat.tin @@ -11,7 +11,6 @@ #HIGHLIGHT {^You {viciously |messily |barely |neatly |}{poke|kick|punch|jab|boot|tickle|kick out} %1 in %2} {$my_attacks_color}; #HIGHLIGHT {^You {punch|kick out} at %1 but {his|her} %2 absorbs {some|most} of the blow\.$} {$my_attacks_color}; - #NOP ==[My Specials]== #HIGHLIGHT {^You attempt to prepare %1} {bold red}; #HIGHLIGHT {^You prepare to {stab|slice|trip|shove|impale|kick|punch} %2} {bold green}; @@ -23,9 +22,7 @@ #HIGHLIGHT {^You trip %1} {bold green}; #HIGHLIGHT {^You lose the moment.} {bold red}; #HIGHLIGHT {^You {skillfully |silently|}sneak around %1 without being spotted and manage to catch %w by surprise.$} {bold green}; -#HIGHLIGHT {^You hold your cover as you {skilfully |silently|}sneak around %1 and manage to catch %w by surprise.$} {bold green}; - - +#HIGHLIGHT {^You hold your cover as you {skillfully |silently|}sneak around %1 and manage to catch %w by surprise.$} {bold green}; #NOP ==[Them Attacking Me]== #HIGHLIGHT {%1 but your %2 absorbs {some|most} of the blow.$} {$enemy_attack_color}; diff --git a/src/mdtparse.py b/src/mdtparse.py index 739cd91..939a684 100644 --- a/src/mdtparse.py +++ b/src/mdtparse.py @@ -250,6 +250,7 @@ class MapDoorText: entry, self.colour_map['reset'] ) + this_value = custom_match[2] if add_player_value == True: