mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Corrects 200+ instances of "it's" where it should've been "its" instead (#85169)
## About The Pull Request it's - conjunction of "it" and "is" its - possessive form of "it" grammar is hard, and there were a lot of places where "it's" was used where it shouldn't have been. i went and painstakingly searched the entire repository for these instances, spending a few hours on it. i completely ignored the changelog archive, and i may have missed some outliers. most player-facing ones should be corrected, though ## Why It's Good For The Game proper grammar is good ## Changelog 🆑 spellcheck: Numerous instances of "it's" have been properly replaced with "its" /🆑
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
typepath = /datum/round_event/anomaly/anomaly_ectoplasm
|
||||
min_players = 30
|
||||
max_occurrences = 2
|
||||
weight = 4 //Rare because of it's wacky and silly nature
|
||||
weight = 4 //Rare because of its wacky and silly nature
|
||||
category = EVENT_CATEGORY_ANOMALIES
|
||||
min_wizard_trigger_potency = 0
|
||||
max_wizard_trigger_potency = 3
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
announce_to_ghosts(origin_machine)
|
||||
|
||||
/datum/round_event/brand_intelligence/tick()
|
||||
if(!origin_machine || QDELETED(origin_machine) || origin_machine.shut_up || origin_machine.wires.is_all_cut()) //if the original vending machine is missing or has it's voice switch flipped
|
||||
if(!origin_machine || QDELETED(origin_machine) || origin_machine.shut_up || origin_machine.wires.is_all_cut()) //if the original vending machine is missing or has its voice switch flipped
|
||||
for(var/obj/machinery/vending/saved in infected_machines)
|
||||
saved.shoot_inventory = FALSE
|
||||
if(origin_machine)
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
var/ionallergysev = pick_list(ION_FILE, "ionallergysev")
|
||||
//Species, for when the AI has to commit genocide. Plural.
|
||||
var/ionspecies = pick_list(ION_FILE, "ionspecies")
|
||||
//Abstract concepts for the AI to decide on it's own definition of.
|
||||
//Abstract concepts for the AI to decide on its own definition of.
|
||||
var/ionabstract = pick_list(ION_FILE, "ionabstract")
|
||||
//Foods. Drinks aren't included due to grammar; if you want to add drinks, make a new set
|
||||
//of possible laws for best effect. Unless you want the crew having to drink hamburgers.
|
||||
|
||||
Reference in New Issue
Block a user