Skip to content

Commit

Permalink
[MIRROR] Minor raptor spellchecking (#2581)
Browse files Browse the repository at this point in the history
* Minor raptor spellchecking (#83339)

## About The Pull Request

Spellchecks a few things in raptor code.
## Why It's Good For The Game

typos and bad grammar are bad surprisingly
## Changelog
:cl:
spellcheck: Improved the grammar/spelling of a few raptor descriptions
/:cl:

* Minor raptor spellchecking

---------

Co-authored-by: nikothedude <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed May 20, 2024
1 parent 87c2e72 commit fd032e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/mob/living/basic/lavaland/raptor/_raptor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GLOBAL_LIST_EMPTY(raptor_population)

/mob/living/basic/mining/raptor
name = "raptor"
desc = "A trusty powerful stead. Taming it might prove difficult..."
desc = "A trusty, powerful steed. Taming it might prove difficult..."
icon = 'icons/mob/simple/lavaland/raptor_big.dmi'
speed = 2
mob_biotypes = MOB_ORGANIC|MOB_BEAST
Expand Down Expand Up @@ -202,7 +202,7 @@ GLOBAL_LIST_EMPTY(raptor_population)
melee_damage_upper = 20
raptor_color = RAPTOR_RED
dex_description = "A resilient breed of raptors, battle-tested and bred for the purpose of humbling its foes in combat, \
This breed demonstrates higher combat capabilities than its peers and oozes rutheless aggression."
This breed demonstrates higher combat capabilities than its peers and oozes ruthless aggression."
child_path = /mob/living/basic/mining/raptor/baby_raptor/red

/mob/living/basic/mining/raptor/purple
Expand Down Expand Up @@ -231,7 +231,7 @@ GLOBAL_LIST_EMPTY(raptor_population)
health = 460
raptor_color = RAPTOR_GREEN
dex_description = "A tough breed of raptor, made to withstand the harshest of punishment and to laugh in the face of pain, \
This breed is able to withstand more beating than its peers."
this breed is able to withstand more punishment than its peers."
child_path = /mob/living/basic/mining/raptor/baby_raptor/green

/mob/living/basic/mining/raptor/green/Initialize(mapload)
Expand Down

0 comments on commit fd032e6

Please sign in to comment.