mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Spelling and Grammar Fixes (#86022)
## About The Pull Request Fixes several errors to spelling, grammar, and punctuation. ## Why It's Good For The Game ## Changelog 🆑 spellcheck: fixed a few typos /🆑
This commit is contained in:
@@ -134,7 +134,7 @@ have ways of interacting with a specific mob and control it.
|
||||
for(var/obj/item/item in oview(2, living_pawn))
|
||||
nearby_items += item
|
||||
|
||||
for(var/obj/item/item in living_pawn.held_items) // If we've got some garbage in out hands thats going to stop us from effectivly attacking, we should get rid of it.
|
||||
for(var/obj/item/item in living_pawn.held_items) // If we've got some garbage in out hands that's going to stop us from effectively attacking, we should get rid of it.
|
||||
if(item.force < 2)
|
||||
living_pawn.dropItemToGround(item)
|
||||
|
||||
@@ -151,7 +151,7 @@ have ways of interacting with a specific mob and control it.
|
||||
if(!weapon || (weapon in living_pawn.held_items))
|
||||
return FALSE
|
||||
|
||||
if(weapon.force < 2) // our bite does 2 damage on avarage, no point in settling for anything less
|
||||
if(weapon.force < 2) // our bite does 2 damage on average, no point in settling for anything less
|
||||
return FALSE
|
||||
|
||||
set_blackboard_key(BB_MONKEY_PICKUPTARGET, weapon)
|
||||
|
||||
Reference in New Issue
Block a user