Contrabang
1504ed98be
massive burndown ( #29894 )
2025-07-27 20:52:39 +00:00
CRUNCH
476c526c69
Atomized APC Construction Update ( #28817 )
...
* initial commit
* Update apc_construction.dm
* Apply suggestions from code review
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Split
* Update apc.dm
* Update apc.dm
* Update apc.dm
* Update apc.dm
* Update apc.dm
* Apply suggestions from code review
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Defines
* Now with 100 percent more tests
* this was not supposed to be here
Whoops!
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update test_apc_construction.dm
* Update apc.dm
* Update test_apc_construction.dm
---------
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: warriorstar-orion <orion@snowfrost.garden >
2025-04-08 14:20:01 +00:00
Henri215
b38c4bbd4c
A few description grammar fixes ( #27134 )
...
* Double spaces
* more space and misspelling
* Fixing punctuations
* Not now
* double dots
* Apply suggestions from code review
Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com >
---------
Signed-off-by: Henri215 <77684085+Henri215@users.noreply.github.com >
2024-11-10 13:38:28 +00:00
Sirryan2002
b4539344e4
Minor Mountable Frame Code Refactor ( #18738 )
...
* bugfix turned into a refactor
* fixes exploit with producing infinite metal
* Update code/__DEFINES/construction.dm
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
2022-08-27 16:04:43 -05:00
Qwertytoforty
bcb0cbe5cb
Prevents built APCs from being hacked, Prevents AI from loosing points from apc destruction ( #16192 )
...
* Prevents built APCs from being hacked, prevents deconstructing apcs from removing malf points
* Spacing
* whoops
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
* Affecteds other suggestions.
* Grammer changes
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
* And autodoc for steel
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com >
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com >
2021-06-29 11:44:18 +01:00
AffectedArc07
04ba5c1cc9
File standardisation ( #13131 )
...
* Adds the check components
* Adds in trailing newlines
* Converts all CRLF to LF
* Post merge EOF
* Post merge line endings
* Final commit
2020-03-17 18:08:51 -04:00
Fox McCloud
67dc33ac3f
for-the-strength-from-which-he-gives-is-unerring
2019-10-05 02:08:11 -04:00
FalseIncarnate
676937a1cb
Mountables "rose" span removal
...
Removes the rose class from spans in mountables code.
More occurances of this ancient span class have been unearthed and will
be handled in a separate PR since that'd end up being unnecessary bloat
in this PR, plus some of those cases need some fixing anyways (span
without /span)
2017-08-19 01:33:23 -04:00
Tigercat2000
71e5344a98
Mass replace
2016-07-07 19:34:02 -07:00
Tigercat2000
78f53553f8
Reduce lines by removing blank lines added by PJ's script
2016-04-05 08:25:57 -07:00
Tigercat2000
9d430844c3
Replace most (if not all) output << operators with to_chat(user, message)
...
Currently, to_chat is literally just a proc that does user << message.
But it'll let us do output modification in the future, especially for
something like Goon's HTML chat.
Big thanks to PJB for his to_chat script, see
https://github.com/d3athrow/vgstation13/pull/6625 for more details.
2016-04-05 08:15:05 -07:00
Krausus
c0075f41d0
Fixes get_apc with a BYOND bug workaround
...
Also reverts the mining asteroid-specific workaround
2015-06-18 04:54:31 -04:00
Tigercat2000
372801fc97
Fixes APC try_build
2015-06-17 16:39:03 -07:00
ComicIronic
44aa2ba225
Code rework of placing things on walls.
...
Stuff goes under types.
Types have procs.
Never have 500 lines of repeated code again.
I came very close to crying while editing this. You should appreciate
that.
----
This commit entirely reworks how placing things on walls work- Posters
have intentionally been left alone to reduce the amount of lines
changed. With this commit, wall-mounted objects are no longer snowflaked
into the wall file.
2015-04-19 14:29:42 -07:00