Commit Graph

19385 Commits

Author SHA1 Message Date
BlackMajor
b9ee2cc69a Missed a spot
Whoops
2021-09-22 01:38:42 +12:00
BlackMajor
5c8fe364de Fixes space heater runtime
Title
2021-09-21 21:16:53 +12:00
Razgriz
362caffe59 Merge pull request #2798 from Rykka-Stormheart/shep-dev-compile-errors
Misc DMLang/VSCode Compiler Fixes + Some Actual Compiler Fixes
2021-09-17 03:15:52 -07:00
Rykka
e622a208c4 Finishes the last of the error fixes
Fixes Integer precision loss in autotransfer.dm and types_ch.dm
Fixes operator overload in solargrub.dm
Fixes field access requires static type errors in vorepanel_vr.dm, kasscbuttons_ch.dm, and seed.dm
Fixes ambigious && in metroid_infestation.dm
2021-09-17 00:07:10 -07:00
Rykka
c88fae61c6 Fix 4 more relative paths + error 2021-09-16 09:54:43 -07:00
Razgriz
7d46aad928 powder that makes you say yes 2021-09-16 04:05:11 -07:00
Razgriz
6a67fffe52 powder that makes you say yes 2021-09-16 03:15:37 -07:00
Razgriz
a2c505e941 Merge pull request #2892 from Raeschen/digitigrade
Ports Digitigrade legs
2021-09-14 18:22:54 -07:00
Raeschen
9b6603e7aa Fix digitigrade vars being set to null, made some comments as to type int over bool 2021-09-12 19:08:58 +02:00
BlackMajor
9241013eae comments out dumb code 2021-09-10 02:07:37 +12:00
BlackMajor
464b3dc18e A couple of mapping helpers 2021-09-09 21:07:00 +12:00
BlackMajor
5fcab51a86 Hyper pads from cit 2021-09-08 16:45:59 +12:00
Raeschen
0284d896cc Fix clone DNA not having digitigrade var set properly
odd but the dna.clone() var seems to not copy digitigrade, ONLY in the context of /obj/machinery/clonepod/transhuman/proc/growclone
2021-09-05 16:24:59 +02:00
Raeschen
2506263c71 fix resleever/bioprinter behavior
added digitigrade data to dna datum, make organ creation/resleever pull data from said DNA datum regarding digitigrade usage
2021-09-05 12:03:45 +02:00
R3dtail
b00ce0cd3d Adjusts the economic_modifier of parameds
Increases it from 4 - 5
2021-09-03 22:51:48 -05:00
Rykka
0d5efb3d70 Fix items attempting to directly access/touch amount on stack var.
PR https://github.com/VOREStation/VOREStation/pull/11454 set var amount on stacks to private, necessitating using get_amount() to read the amount currently left in a stack, rather than just directly accessing the var.
2021-09-03 18:26:32 -07:00
Rykka
ed798113d9 Compiler Fixes
Fixes in order:
- Removes List of defines in misc_ch.dm that are no longer used - they're defined here for the casino prize dispenser, making these obsolete:
![](https://i.imgur.com/8iCsb98.png)

- Fixes relative pathing in mecha_parts_ch.dm
- Fixes relative pathing in bodybag.dm
- Fixes relative pathing in sahoc_ch.dm
- Fixes relative pathing in toys_yw.dm
- Fixes def_zone being defined when only the variable was needed in twohanded_ch.dm
- Fixes relative pathing in trash_pile_vr_ch.dm
- Fixes clip_mask being missing in misc_ch.dm
- Fixes relative pathing in tesh_synth_facemask.dm
- Fixes absolute path being indented in by one (typo?)
- Fixes relative pathing in armor_yw.dm
- Fixes unreachable parent call in audible_scream_ch.dm
- Fixes VERM_LIZARDS being undefined when it wasn't defined, as VERM_LIZARDMEN was the variable being defined + used in mutants.dm
- Removes two un-needed parent calls - these procs have no parent on /obj/structure - thecake_ch.dm
- Fixes invalid kword nano_state in protean_blob.dm
- Fixes relative pathing in drone_manufacturer_unify.dm
- Fixes relative pathing in synx.dm
- Removes arguments of drop_item that don't exist (port was from TG and had force_drop = 1 and src defined.) - vox.dm
- Added vision_required = TRUE to fix proc argument missing - bigdragon_ch.dm
- Added include_robo = TRUE to fix argument missing in demon_ch.dm
- Fixes relative pathing in rakshasa_abilities.dm
- Adds comment to solargrub.dm, unable to fix operator overload error yet.
- Fixes relative pathing in sprite_accessories_extra_ch.dm
- Fixes relative pathing in sprite_accessories_yw.dm
- Fixes relative pathing in phase.dm
- Fixes relative pathing in bluespacecoffee.dm
- Fixes relative pathing in other_ch.dm
- Fixes relative pathing and ambigious ! in living_ch.dm
- Fixes relative pathing in custom_clothes_yw.dm
- Fixes relative pathing in custom_rigs_yw.dm
- Fixes relative pathing in MadokaSpear.dm
- Comments out duplicate #includes in southern_cross.dm as vorestation.dme has them #include'd.
2021-09-03 17:22:49 -07:00
Rykka
4c3a29623c Misc Compiler Fixes
tgui_act requires the parent to be called, this is accomplished via an if(..()) return TRUE traditionally.

listeningpost.dm wasn't parsed correctly/fixed by pullbot in https://github.com/CHOMPStation2/CHOMPStation2/pull/1777, so this updates that to fix it to prevent compiler errors.
2021-09-03 17:22:11 -07:00
R3dtail
67b259a195 changes economic_modifier for sec officers
It feels weird that offduty sec makes more money than working sec.  This puts the salary for  secoffs in line with the rest of security while also making it equal with offduty pay
2021-09-03 08:33:52 -05:00
Nadyr
94446dd871 Merge pull request #2937 from Enzo-Leon/squeakish
Altevian & Squeakish Language and ATC Addition.
2021-08-31 19:43:17 -04:00
Anthony Rodriguez
15dd652d8b Updating to reflect proper CHOMPEdit and nesting 2021-08-30 18:19:30 -07:00
Anthony Rodriguez
be2e0a0609 Altevian & Squeakish Language and ATC Addition. 2021-08-30 14:52:43 -07:00
Verkister
f92bd891d6 Slightly lighter autotransfer system.
Had a big brainfart in the shower and figured the belly autotransfer mechanics could just count belly processing cycles instead of juggling around a crapload of active timers which may often end up orphaned anyway with churned/moved/released things. This system just makes the bellies tally up processing cycles on their contents and hits that transfer chance check when the number reaches the setting. Also made absorbed prey immune to autotransfer while at it. Also fixed the mechanic completely ignoring dropped stuff.
2021-08-29 22:56:57 +03:00
Nadyr
806ec66e59 powder that makes you say yes 2021-08-27 21:09:01 -04:00
Nadyr
b7894c7332 pwoder that makes you say yes 2021-08-27 21:08:38 -04:00
Nadyr
8d54859a25 Merge branch 'master' into upstream-merge-11432 2021-08-27 21:08:12 -04:00
Nadyr
3a9ff8e406 powder that makes you say yes 2021-08-27 20:53:01 -04:00
Nadyr
0c5428f2b9 powder that makes you say yes 2021-08-27 20:09:17 -04:00
Nadyr
40ddab4741 powder that makes you say yes 2021-08-27 20:08:11 -04:00
Nadyr
0ccc8cf78e powder that makes you say yes 2021-08-27 20:07:14 -04:00
Nadyr
e20ed23ac0 powder that makes you say yes 2021-08-27 20:05:30 -04:00
Nadyr
3287536c76 powder that makes you say yes 2021-08-27 20:05:01 -04:00
Nadyr
072983120b powder that makes you say yes 2021-08-27 20:04:18 -04:00
Nadyr
659ae4350e powder that makes you say yes 2021-08-27 20:03:25 -04:00
Nadyr
df51297762 Merge pull request #2923 from CHOMPStationBot/upstream-merge-11511
[MIRROR] Version hell warnings
2021-08-27 18:55:56 -04:00
Verkister
1c66fa90ab Earlyports headset sound fix
Fixes the sound pref toggle not working and makes the sound a little bit less obnoxiously loud.
2021-08-27 19:20:11 +03:00
Chompstation Bot
714e18bbc7 Version hell warnings 2021-08-27 04:40:06 +00:00
Nadyr
d1efe83113 Merge branch 'master' into upstream-merge-11508 2021-08-26 21:00:44 -04:00
Nadyr
be5b7f3644 Merge pull request #2895 from CHOMPStationBot/upstream-merge-11466
[MIRROR] Expanding Clothing Options
2021-08-26 20:50:04 -04:00
Nadyr
cecfa38e2b Merge pull request #2913 from CHOMPStationBot/upstream-merge-11499
[MIRROR] [MIRROR] Ports sliding things along tables
2021-08-26 20:49:20 -04:00
Nadyr
8d198cddf2 Merge pull request #2911 from CHOMPStationBot/upstream-merge-11498
[MIRROR] [MIRROR] Vending machine throwing tweaks
2021-08-26 20:48:47 -04:00
Nadyr
72e0b13b6a Merge pull request #2908 from CHOMPStationBot/upstream-merge-11497
[MIRROR] [MIRROR] Makes Fumo Un-Huge
2021-08-26 20:47:02 -04:00
Nadyr
248468a26b Merge pull request #2907 from CHOMPStationBot/upstream-merge-11495
[MIRROR] [MIRROR] Adds Headset Radio Sounds
2021-08-26 20:46:38 -04:00
Nadyr
38b64164ae Merge pull request #2900 from CHOMPStationBot/upstream-merge-11493
[MIRROR] [MIRROR] Sleep Tight Disky
2021-08-26 20:42:32 -04:00
Nadyr
79523a07d9 powder that makes you say yes 2021-08-26 20:34:32 -04:00
Chompstation Bot
4cd79beb29 Fix annoying runtime with exosuit fab 2021-08-27 00:11:54 +00:00
Nadyr
78f578c6c5 powder that makes you say yes 2021-08-26 19:03:09 -04:00
Aronai Sieyes
99d4db145d Merge pull request #11499 from VOREStation/upstream-merge-8233
[MIRROR] Ports sliding things along tables
2021-08-26 20:17:48 +00:00
Aronai Sieyes
362a58386e Merge pull request #11498 from VOREStation/upstream-merge-8240
[MIRROR] Vending machine throwing tweaks
2021-08-26 18:02:23 +00:00
Aronai Sieyes
c7a71bc599 Merge pull request #11497 from VOREStation/upstream-merge-8239
[MIRROR] Makes Fumo Un-Huge
2021-08-26 17:38:41 +00:00