Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[READY TO MERGE] more flavor text fixes round 2 #13126

Merged

Conversation

Wizardcrying
Copy link
Contributor

@Wizardcrying Wizardcrying commented Dec 28, 2016

revival of old PR
fixes some flavor text stuff and also triggers celt/fixes two bugs related to the KEEPER AI module's name and examine text (the module of which shouldn't be tangible but is on box centcomm anyway, why)

update: fixed the removal of flavor

if("pod_gold")
desc = "A civilian space pod with a gold body, must have cost somebody a pretty penny"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing fun

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd personally say keep the original wording and just fix the comma splice and missing period.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@@ -357,17 +357,17 @@
*/
for(var/mob/living/carbon/slime/M in range(1,usr))
if(M.Victim == usr)
to_chat(usr, "You're too busy getting your life sucked out of you.")
to_chat(usr, "You attempt to enter \the [src.name], but [M.name] pulls you back!")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing fun

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\the [src.name] doesn't work.


if(enter_after(40,usr))
if(!src.occupant)
moved_inside(usr)
else if(src.occupant!=usr)
to_chat(usr, "[src.occupant] was faster. Try better next time, loser.")
to_chat(usr, "[src.occupant] has already entered the pod.")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing fun

@@ -407,7 +407,7 @@ MATCHBOXES ARE ALSO IN FANCY.DM

/obj/item/clothing/mask/cigarette/cigar
name = "Premium Cigar"
desc = "A brown roll of tobacco and... well, you're not quite sure. This thing's huge!"
desc = "A large roll of tobacco and chemicals."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing fun

@@ -786,13 +786,13 @@ var/global/floorIsLava = 0
<BR>
<A href='?src=\ref[src];secretsfun=hardcore_mode'>[ticker&&ticker.hardcore_mode ? "Disable" : "Enable"] hardcore mode (makes starvation kill!)</A><BR>
<A href='?src=\ref[src];secretsfun=tripleAI'>Triple AI mode (needs to be used in the lobby)</A><BR>
<A href='?src=\ref[src];secretsfun=eagles'>Egalitarian Station Mode</A><BR>
<A href='?src=\ref[src];secretsfun=eagles'>Egalitarian Station Mode (all-access for everyone)</A><BR>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It removes door access, not gives all access

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All door access but command and sec iirc

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@@ -88,7 +88,7 @@

/mob/living/simple_animal/crab/snowy
name = "Snowy"
desc = "While you'd think that most crabs in cold climates would stick to the relatively warmer water, this one's adapted to living on the land and has camouflage to boot"
desc = "A crab with a white shell."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing fun

@@ -255,7 +255,7 @@

/obj/structure/reagent_dispensers/beerkeg
name = "beer keg"
desc = "A beer keg"
desc = "A massive keg containing beer."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May not necessarily contain beer

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

labeled as or something

icon_state = "cult_armour"
item_state = "cult_armour"
desc = "A bulky suit of armour, bristling with spikes. It looks space proof."
desc = "A bulky suit of armor covered in spikes. It looks space proof."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asd

@@ -127,7 +127,7 @@
<A href='?src=\ref[src];rune=runestun'>Fuu ma'jin</A> - Allows you to stun a person by attacking them with the talisman.<BR>
<A href='?src=\ref[src];rune=soulstone'>Kal om neth</A> - Summons a soul stone<BR>
<A href='?src=\ref[src];rune=construct'>Da A'ig Osk</A> - Summons a construct shell for use with captured souls. It is too large to carry on your person.<BR>"}
//<A href='?src=\ref[src];rune=armor'>Sa tatha najin</A> - Allows you to summon armoured robes and an unholy blade<BR> //Kept for reference
//<A href='?src=\ref[src];rune=armor'>Sa tatha najin</A> - Allows you to summon armored robes and an unholy blade<BR> //Kept for reference
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

asd

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's even commented out, the heck is this?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The good ol' find and replace.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did it just to piss Celt off. I didn't use find and replace.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1444689196582

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Copy link
Contributor

@BestName BestName left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Patriotic/10
God bless America.
bald-eagle-crying

@Probe1 Probe1 added the Grammar / Formatting We is very good at write sentence. label Dec 28, 2016
@ghost
Copy link

ghost commented Dec 28, 2016

make a grammar PR

misspell words

Shaking my head to be honest

@@ -786,13 +786,13 @@ var/global/floorIsLava = 0
<BR>
<A href='?src=\ref[src];secretsfun=hardcore_mode'>[ticker&&ticker.hardcore_mode ? "Disable" : "Enable"] hardcore mode (makes starvation kill!)</A><BR>
<A href='?src=\ref[src];secretsfun=tripleAI'>Triple AI mode (needs to be used in the lobby)</A><BR>
<A href='?src=\ref[src];secretsfun=eagles'>Egalitarian Station Mode</A><BR>
<A href='?src=\ref[src];secretsfun=eagles'>Egalitarian Station Mode (all-access for everyone)</A><BR>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All door access but command and sec iirc

@@ -102,7 +102,7 @@
//Syndicate
/obj/item/clothing/shoes/magboots/syndie
name = "blood-red magboots"
desc = "Reverse-engineered magnetic boots that have a heavy magnetic pull. Property of Gorlex Marauders."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least describe it as being a tag on the tongue.

@@ -255,7 +255,7 @@

/obj/structure/reagent_dispensers/beerkeg
name = "beer keg"
desc = "A beer keg"
desc = "A massive keg containing beer."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

labeled as or something

@Wizardcrying
Copy link
Contributor Author

I wasn't lying when I wrote

triggers celt

Now I can make that

triggers celt AND bestname

@@ -357,17 +357,17 @@
*/
for(var/mob/living/carbon/slime/M in range(1,usr))
if(M.Victim == usr)
to_chat(usr, "You're too busy getting your life sucked out of you.")
to_chat(usr, "You attempt to enter \the [src.name], but [M.name] pulls you back!")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was being serious. It should be \the [src] and \the [M]

return
// to_chat(usr, "You start climbing into [src.name]")

visible_message("<span class='notice'>[usr] starts to climb into [src.name]</span>")
visible_message("<span class='notice'>[usr] starts to climb into [src.name].</span>")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

\the [src]

@@ -343,7 +343,7 @@
if(occupant == usr)
move_outside(usr)
else
to_chat(usr, "<span class='notice'><B>The [src.name] is already occupied!</B></span>")
to_chat(usr, "<span class='notice'><B>\The [src.name] is already occupied!</B></span>")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove .name

@Wizardcrying
Copy link
Contributor Author

god damn it @skullyton you commented on the removal and not the addition

@@ -132,7 +132,7 @@

/obj/item/weapon/cloaking_device
name = "cloaking device"
desc = "Use this to become invisible to the human eyesocket."
desc = "A device that completely hides a user."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eeeh.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Use this to become invisible to the human eye"?

@@ -123,7 +123,7 @@

/obj/item/clothing/shoes/magboots/vox

desc = "A pair of heavy, jagged armoured foot pieces, seemingly suitable for a velociraptor."
desc = "A pair of heavy, jagged armored foot pieces."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eeeh

@@ -78,7 +78,7 @@

/obj/item/weapon/gun/projectile/automatic/mini_uzi
name = "Uzi"
desc = "A lightweight, fast firing gun, for when you want someone dead. Uses .45 rounds."
desc = "A lightweight, fast firing gun. Uses .45 rounds."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eeeeh

@@ -95,7 +95,7 @@

/obj/item/weapon/gun/projectile/automatic/c20r
name = "\improper C-20r SMG"
desc = "A lightweight, fast firing gun, for when you REALLY need someone dead. Uses 12mm rounds. Has a 'Scarborough Arms - Per falcis, per pravitas' buttstamp"
desc = "A lightweight, fast firing gun. Uses 12mm rounds. Has a 'Scarborough Arms - Per falcis, per pravitas' buttstamp."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eeeeeh

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also if you're gonna revert this, maybe consider making the REALLY into <b>really</b> for fancy styling.

@Shadowmech88
Copy link
Contributor

fixes some flavor text stuff

That's a funny way to say "unnecessarily makes a bunch of descriptions clinical and boring."

@Wizardcrying
Copy link
Contributor Author

@Shadowmech88 Bauds' recent comment explained why these descriptions exist. Thanks @9600bauds.

@9600bauds
Copy link
Contributor

Again sorry for the original dumb "whyy" comment, I woke up annoyed at things entirely unrelated to spess. Just by making a proper comment we are already all communicating better.

@@ -860,7 +860,7 @@

/obj/item/weapon/ectoplasm
name = "ectoplasm"
desc = "The remnants of a being between the world of the dead and that of the living. Spooky."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was a change I made. It was previously just desc = "spooky". I suppose this could be a useful description.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it didn't have it originally, then I don't mind. Whatever you feel like.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is too wordy, for one.

@Wizardcrying
Copy link
Contributor Author

That's it for this PR.

@Wizardcrying Wizardcrying changed the title [don't merge] more flavor text fixes round 2 [READY TO MERGE] more flavor text fixes round 2 Dec 30, 2016
@9600bauds
Copy link
Contributor

Everyone satisfied now?

if("pod_mil")
desc = "A dark grey space pod brandishing the Nanotrasen Military insignia"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Military" may have been correct here, in the same vein as "United States Armed Forces."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The capitalization seemed off, since there's been no mention of the "Nanotrasen Military" from what I've seen.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's THE Nanotrasen Military insignia, I think that's the name of it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or it's just laziness and not describing the insignia correctly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've never heard "Nanotrasen Military" used before, so I think it's the latter. "Nanotrasen Enforcement and Protection Division" or something shorter, perhaps?

@Wizardcrying
Copy link
Contributor Author

Wizardcrying commented Dec 30, 2016

@9600bauds The only downvoters who have commented on this are Celt and Shadowmech, so probably unless any others say something.

@Aurantiaco
Copy link
Contributor

We must delete fun at once.

@Wizardcrying
Copy link
Contributor Author

@Aurantiaco Why do you propose this and how do you propose going about it?

@Aurantiaco
Copy link
Contributor

I say that we remove anything that causes enjoyment among players with swiftness. Fun is a toxic, horrible thing that has no reason to exist in space. My family was murdered by fun. Literally. They were playing hopscotch in the street, talking about how fun it was, when a drunk driver hit them with a car. Fun killed them.

Also this is just hyperbole I have few problems with the actual PR.

@Wizardcrying
Copy link
Contributor Author

@Aurantiaco That's pretty sad. I'll get to work on removing fun ASAP.

What are your specific issues?

@Aurantiaco
Copy link
Contributor

People have too much fun with

combat

being an antag

playing space

we must delete the game at once.

@Wizardcrying
Copy link
Contributor Author

@Aurantiaco what about the PR?

@Aurantiaco
Copy link
Contributor

nah this is fine merge it

@Wizardcrying
Copy link
Contributor Author

ok

@ghost
Copy link

ghost commented Dec 30, 2016

Still mispelling armour deliberately

@ultraplen
Copy link
Contributor

ultraplen commented Dec 31, 2016

deleting fun flavour texts in favour of boring ones

delete this

edit: never mind, after actually reading through all the changes in the latest commit they seem fine

@9600bauds
Copy link
Contributor

Shame about part 1 not getting the FUN intervention

@9600bauds 9600bauds merged commit 063981f into vgstation-coders:Bleeding-Edge Dec 31, 2016
ihadtoregisterforthis pushed a commit to ihadtoregisterforthis/fork4 that referenced this pull request Jul 3, 2017
* look at the branch name of the last pr and this one

* fix and add

* added one

* cabinet

* more

* flavor text and KEEPER AI module bugfix but why?

* \the

* real flavor text hours also secrets and an email account

* ace coder over here

* revert fun removal and fix things

* cig

* let's see if this resolves inti's remaining change

* oh hey pomf copy-pasted from mecha.dm

* this didn't commit wtf

* "whyyyyyyy", said the bauds. and nothing got done that day

* there was even another src.name

* exxion

* revert fun description removal

* whoops didn't commit vox change

* spooky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Controversial Definitely going to upset some people. Grammar / Formatting We is very good at write sentence. Muh Immulsions Doesn't make sense within the context of the game's atmosphere.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants