|
146 | 146 | . += "Stack up your combo meter by using [SPAN_RED("HARM")] intent, you can then use these combo stacks on different intents to do different finishers." |
147 | 147 | . += "Finish your combo on [SPAN_GREEN("HELP")] intent to slam the target to the ground, incapacitating them for a few seconds, if the target is a xenomorph you do extra damage as well." |
148 | 148 | . += "Finish your combo on [SPAN_BLUE("SHOVE")] intent to throw the target away from you, if you have some chains wrapped around the gauntlet, you'll pull them back towards you. If you are using the special ability, the throw range will be further." |
149 | | - . += "Finish your combo on [SPAN_ORANGE("GRAB")] intent to do an execution that instantly kills your target, they must already be unconcious or in critical state." |
| 149 | + . += "Finish your combo on [SPAN_ORANGE("GRAB")] intent to do an execution that instantly kills your target, they must already be unconscious or in critical state." |
150 | 150 |
|
151 | 151 | /obj/item/weapon/bracer_attachment/chain_gauntlets/attack(mob/living/carbon/target, mob/living/carbon/human/user) |
152 | 152 | . = ..() |
|
732 | 732 | if(isyautja(hit_atom)) |
733 | 733 | var/mob/living/carbon/human/human = hit_atom |
734 | 734 | if(human.put_in_hands(src)) |
735 | | - hit_atom.visible_message(SPAN_NOTICE(" [hit_atom] expertly catches [src] out of the air. "), |
| 735 | + hit_atom.visible_message(SPAN_NOTICE("[hit_atom] expertly catches [src] out of the air. "), |
736 | 736 | SPAN_NOTICE(" You easily catch [src]. ")) |
737 | 737 | return |
738 | 738 | ..() |
|
1097 | 1097 | busy_fishing = TRUE |
1098 | 1098 | user.visible_message(SPAN_NOTICE("[user] starts aiming \the [src] at the water..."), SPAN_NOTICE("You prepare to catch something in the water..."), max_distance = 3) |
1099 | 1099 | if(do_after(user, 5 SECONDS, INTERRUPT_ALL, BUSY_ICON_HOSTILE)) |
1100 | | - if(prob(60)) // fishing rods are prefered |
| 1100 | + if(prob(60)) // fishing rods are preferred |
1101 | 1101 | busy_fishing = FALSE |
1102 | 1102 | to_chat(user, SPAN_WARNING("You fail to catch anything!")) |
1103 | 1103 | return |
|
1776 | 1776 |
|
1777 | 1777 | /obj/item/weapon/gun/bow |
1778 | 1778 | name = "hunting bow" |
1779 | | - desc = "An abnormal-sized weapon with an exeptionally tight string. Requires extraordinary strength to draw." |
| 1779 | + desc = "An abnormal-sized weapon with an exceptionally tight string. Requires extraordinary strength to draw." |
1780 | 1780 | icon = 'icons/obj/items/hunter/pred_gear.dmi' |
1781 | 1781 | icon_state = "bow" |
1782 | 1782 | item_state = "bow" |
|
0 commit comments