Skip to content

Commit

Permalink
Merge pull request tgstation#42122 from tgstation/MrStonedOne-webscale
Browse files Browse the repository at this point in the history
Makes the ballmer peak webscale
  • Loading branch information
optimumtact authored Dec 30, 2018
2 parents a447d08 + 36eb885 commit 2108871
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/mob/living/carbon/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,10 @@ GLOBAL_LIST_INIT(ballmer_good_msg, list("Hey guys, what if we rolled out a blues
GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put a webserver that's automatically turned on with default admin passwords into every PDA?",
"So like, you know how we separate our codebase from the master copy that runs on our consumer boxes? What if we merged the two and undid the separation between codebase and server?",
"Dude, radical idea: H.O.N.K mechs but with no bananium required.",
"Best idea ever: Disposal pipes instead of hallways."))
"Best idea ever: Disposal pipes instead of hallways.",
"We should store bank records in a webscale datastore, like /dev/null.",
"You ever wonder if /dev/null supports sharding?",
"What if we use a language that was written on a napkin and created over 1 weekend for all of our servers?"))

//this updates all special effects: stun, sleeping, knockdown, druggy, stuttering, etc..
/mob/living/carbon/handle_status_effects()
Expand Down

0 comments on commit 2108871

Please sign in to comment.