Commit Graph

10600 Commits

Author SHA1 Message Date
Aronai Sieyes
f1e30a54fb Maybe prevent morphs from ending the world 2020-04-22 19:29:51 -04:00
Aronai Sieyes
7bdd68162b Frostfly init fix 2020-04-22 01:47:43 -04:00
Verkister
136697d051 Fixes morph TF overwriting its verbs
It's hard to do stuff like ventcrawling or eating or whatever when the transformation has irreversibly overwritten your mob abilities with the abilities of some whatever inanimate object.
2020-04-21 21:30:49 +03:00
Novacat
119d7736d4 Merge pull request #7314 from VOREStation/aro-whisubtle
Adjust ghosts hearing whispers/subtles
2020-04-19 23:44:19 -04:00
Novacat
219c72dae3 Merge pull request #7322 from VOREStation/aro-someclothes
Port some random clothes
2020-04-19 23:17:29 -04:00
Holdelta
ca561b1597 Adding the KMine: Mining dogborg (#7194)
* Add files via upload

* Update global_vr.dm

* Update dog_sleeper_vr.dm

* Update station_vr.dm

* Update station_vr.dm

* Update dog_sleeper_vr.dm
2020-04-19 23:13:39 -04:00
Novacat
c60c21becd Merge pull request #7296 from Novacat/nova-basicfixes
Nerfs Heat Damage
2020-04-19 23:12:53 -04:00
Aronai Sieyes
209eb0e017 Port some random clothes 2020-04-18 19:41:54 -04:00
Unknown
9b3290849b Nudges Husking threshhold 2020-04-18 09:41:08 -04:00
Unknown
aa9a3ec294 Caps Burning human temperature 2020-04-18 01:21:37 -04:00
Verkister
8fa42e08c3 Re-fixes scaling offsets for tall sprites
Turns out fixing the busted update_transform proc revealed it lacked the thing that the previous scaling offset fix gave to the other size procs that did function back then.
2020-04-18 01:36:31 +03:00
Aronai Sieyes
f7609c6aff Makes it a preference 2020-04-17 17:44:05 -04:00
Aronai Sieyes
de41cd1fd1 Adjust ghosts hearing whispers/subtles 2020-04-17 17:11:24 -04:00
Unknown
125bbda5bf Slight tweak 2020-04-16 14:59:45 -04:00
Unknown
e59a500113 Nerfs Heat Damage
Right now heat is super lethal super quickly, this is an attempt to fix that.
2020-04-16 14:42:44 -04:00
Aronai Sieyes
13b5238ca0 Merge pull request #7273 from VOREStation/sscleanup/remove-processScheduler
Remove the processScheduler
2020-04-15 15:25:46 -04:00
Leshana
15665eea2a Another fix for Runtime in update_icons.dm,254: Cannot execute null.GetUIState().
- This time lets just ensure dna is instantiated no matter who is calling dress_preview_mob().
2020-04-14 18:18:33 -04:00
Leshana
13d7408058 Fix null values being present in mob_list. 2020-04-14 17:03:42 -04:00
Leshana
3be0330db2 Remove the goonstation /datum/controller/processScheduler as it is no longer used. 2020-04-14 16:17:32 -04:00
Aronai Sieyes
0d39c5535e Merge pull request #7200 from VOREStation/aro-offmap-rebase2
ITV Talon offmap spawn jobs
2020-04-13 09:28:19 -04:00
Novacat
ee4ca5aa52 Update spore.dm 2020-04-13 07:31:19 -04:00
Atermonera
2374a40908 A Tale of Blobs and Man 2020-04-13 01:35:01 -04:00
Aronai Sieyes
4e0a62996b Add nav console modular program and fix crew mon bug 2020-04-12 22:52:57 -04:00
Aronai Sieyes
faacf88b5f VS: ITV Talon offmap spawn map 2020-04-11 12:04:39 -04:00
Aronai Sieyes
f8d920fd02 Allow 'offmap spawn' jobs to be isolated from station employees 2020-04-11 12:03:10 -04:00
Aronai Sieyes
e2d2964546 Refactor telecomms to send messages to logically adjacent zlevels 2020-04-11 12:03:10 -04:00
Leshana
a96caa5f70 Update Lobby stat panel to show voting and server init status. 2020-04-10 11:41:38 -04:00
KasparoVy
a6c042e4a4 Clarify Primary Nutrition Source
Issue #7181
2020-04-10 00:04:47 -04:00
Verkister
a95e1a61ef Fixes mob update_transform proc and mouse sizing
-Fixes update_transform proc for mobs. Meaning that the proc now actually does something and that mobs with pre-set size multipliers now spawn in the correct size.
-Removes some textbook spaghetti code that was making mice spawn in double (triple?) feigned size multipliers in order to be scoopable. Instead makes miniscule (mob_size var) mobs (such as mice) scoopable by default.
-This also fixes morphs in mouse form becoming tiny.
2020-04-07 19:41:44 +03:00
Novacat
9b73b67ddc Merge branch 'master' into upstream-merge-6923 2020-04-07 00:59:54 -04:00
Neerti
e89fef965e QoL: Stasis and Defibs 2020-04-07 00:39:35 -04:00
Leshana
d66f508541 Fixes for vorestation merge of "Rewrites the Rewritten Event System"
- Remove duplicate pick_random_edge_turf resulting from our simultaneous addition of it (in overmaps PR)
- Disable SSgame_master and SSevent_ticker subystems, we are still using the original events subsystem.
- Disable the game_master implementations as we are not using them.
- Comment out references to SSgame_master since we are not using it (yet?)
2020-04-06 17:31:26 -04:00
Atermonera
5c03273ce8 Merge pull request #6884 from Neerti/event_system_fix
Rewrites the Rewritten Event System
2020-04-06 16:23:39 -04:00
Atermonera
d7a9416bb8 Clean up various things 2020-04-03 03:15:06 -04:00
Aronai Sieyes
ff718f4aef Merge pull request #7085 from KasparoVy/i-could-swear-kobolds-ate-rocks
Adds Ore/Gem Eater Trait
2020-04-02 10:55:36 -04:00
Aronai Sieyes
a7d5b37488 Merge pull request #7081 from VOREStation/aro-flip
Improves *flip, adds Traceur trait
2020-04-02 10:53:10 -04:00
Aronai Sieyes
9e00215790 Merge pull request #7075 from VOREStation/aro-multiwngs
Allow wings with a secondary color
2020-04-02 10:52:37 -04:00
Atermonera
4f50c50452 Merge pull request #6928 from VOREStation/pol-runtimes
Fix 2 runtimes
2020-04-01 22:39:14 -04:00
KasparoVy
bb756cbdc9 Adds a Rocky Diet
Taking the ore eater trait, you only gain nutrition from ore.
The amount varies, mainly based on the rarity/quality of what you're eating.

5 raw diamonds or verdantium will feed you well, while it'll take a handful of hematite or carbon to do the job. Better stick to the good stuff - it's in your best interest!
2020-04-01 21:52:27 -04:00
Aronai Sieyes
9b1db53bd2 Adjust traceur, taj, and teshari agility to 90 2020-04-01 15:25:17 -04:00
Aronai Sieyes
d3fae0b1d1 Improves *flip, adds Traceur trait 2020-04-01 15:09:19 -04:00
Heroman
49b67392e0 Adjusts shadekin darkness hud 2020-04-01 15:27:54 +10:00
Aronai Sieyes
301b5eb467 Allow wings with a secondary color
Adds code to support wings with extra_overlay having a secondary color, like tails do. Currently extra_overlay is just ignored on wings.
2020-03-31 22:40:48 -04:00
Novacat
1cdd572e6a Merge pull request #7060 from VOREStation/upstream-merge-6902
[MIRROR] Convert alarm_manager into SSalarm subsystem.
2020-03-31 11:45:08 -04:00
Amaya
99b50fe6ba line #70 edit
from -> //Shifting in
	if(ability_flags & AB_PHASE_SHIFTED)
		ability_flags &= ~AB_PHASE_SHIFTED
		mouse_opacity = 2
to ->//Shifting in
	if(ability_flags & AB_PHASE_SHIFTED)
		ability_flags &= ~AB_PHASE_SHIFTED
		mouse_opacity = 1
2020-03-31 16:30:37 +02:00
Atermonera
8986eb7720 Merge pull request #6902 from VOREStation/vplk-ssalarm
Convert alarm_manager into SSalarm subsystem.
2020-03-30 20:41:10 -04:00
Aronai Sieyes
b78cdf7b64 Merge pull request #7026 from ShadowLarkens/admin_utilities_and_niceities
Added three utilities for admins & developers
2020-03-27 22:30:21 -04:00
ShadowLarkens
c44553c9d5 Added three utilities for admins & developers
- There is a new option in the player panel labeled "Send back to
   Lobby", which will send a given player back to the lobby.
 - The player panel also has a shortcut to the "Spawn Character" verb.
 - Finally, there's a new config option that disables the warning
   message about multikeying if two mobs with the same CID are found;
   this option should NOT be enabled if multikeying is prohibited by the
   server rules. It is simply a developer tool, as multikeying is
   sometimes necessary to test new features that require two clients
   interacting.
2020-03-27 15:41:44 -07:00
TheFurryFeline
1045a56bb3 Look, Ma! More Typo Fixing!
Title, Affectionally -> Affectionately

Changelog Notes:

- Fixes borgs' licking adjective's, or whatever's, spelling.
2020-03-27 18:33:21 -04:00
Aronai Sieyes
aef2081f46 Merge pull request #7005 from VOREStation/aro-fix6332
Emote noise toggle
2020-03-26 16:00:34 -04:00