Files
fulpstation/.gitattributes
SgtHunk 151ac16ae7 TGU: Fixes recycler self-cannibalism, some more GAGS stuff, a lot of map changes, Circuits (#183)
* Most of it

* Map edits

* plaaaques

* Some more stuff

curator console, directionals for helios cargo shuttle

* stray disposal pipe

* uhhhhhhhhhhhh

* ?

* ok and? *gif of guy eating ice*

* pa pa pa ra para pa pa I think it's time

for you to know
the awful truth
the truth about me and the truth about you
cuz you're a brand new species

* Circuit labs

* hey there

* problem, SSjob?

* act like i didnt mess up

shhhhh lets keep this between us

* QM is a head!!!!

* PULL FROM TG

The griddler vs the Jatoomer...

* now it makes sense

helios now has an actual science firing range, yes the old one is now abandoned
same with selene

* small fixes

Selene RD office shutters
Also fixes the window in HOS office in Helios that just... let you watch a wall? ?????
Oh yeah also that stray light switch in law office

* ONE MORE TIME

* FIXES LIZARD PLUSHIE

Co-authored-by: Enricode <SgtHunk@users.noreply.github.com>
2021-05-27 19:34:58 -06:00

45 lines
784 B
Plaintext

* text=auto
## Enforce text mode and LF line breaks
*.bat text eol=lf
*.cjs text eol=lf
*.css text eol=lf
*.dm text eol=lf
*.dme text eol=lf
*.dmf text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.js text eol=lf
*.json text eol=lf
*.jsx text eol=lf
*.md text eol=lf
*.ps1 text eol=lf
*.py text eol=lf
*.scss text eol=lf
*.sh text eol=lf
*.sql text eol=lf
*.svg text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
## Enforce binary mode
*.bmp binary
*.dll binary
*.dmb binary
*.exe binary
*.gif binary
*.jpg binary
*.png binary
*.so binary
## Merger hooks, run tools/hooks/install.bat or install.sh to set up
*.dmm text eol=lf merge=dmm
*.dmi binary merge=dmi
## Force tab indents on dm files
*.dm whitespace=indent-with-non-tab