Commit Graph

16636 Commits

Author SHA1 Message Date
Holdelta
a60e3917ba Porting over Service Hounds and k92 animations 2020-04-22 17:51:40 -07:00
Leshana
f80c320c0f VS machinery power update procs. 2020-04-22 20:47:16 -04:00
Leshana
9bd2347966 Fix remaining code that directly modified use_power to call update_use_power. 2020-04-22 20:47:15 -04:00
Leshana
93fb3f7865 Call update procs instead of directly setting idle_power_usage or active_power_usage.
- Adds the update_idle_power_usage() and update_active_power_usage() procs for the respective vars.
- Switches all places modifying those vars directly to call the procs instead.
- This will let us react to the change appropriately, paving the way towards static area power.
- Adds update_power_channel proc for the sake of completeness, but no machines actually modify it so far.
2020-04-22 20:47:15 -04:00
Novacat
680934de9c Merge pull request #7391 from Novacat/nova-basicfixes
Adds a bunch of adminbus backpacks
2020-04-22 19:44:38 -04:00
Unknown
d6ecbda3d4 One too many vars 2020-04-22 18:08:05 -04:00
Unknown
9ab813c8e3 Adds a bunch of adminbus backpacks 2020-04-22 17:53:19 -04:00
Novacat
d7115ab14c Merge pull request #7388 from VOREStation/upstream-merge-7015
[MIRROR] Airlock Description Error
2020-04-22 17:49:38 -04:00
Atermonera
bc7ad5ac7a Merge pull request #7015 from Shadow-Quill/AirlockMessage
Airlock Description Error
2020-04-22 15:51:39 -04:00
Leshana
f3f821cb8f Fix Sundry Runtime Errors XII (#7007)
* Fix Runtime in atoms_movable.dm,597: list index out of bounds

* Fix Runtime in floor_attackby.dm,118: Cannot execute 0.is crowbar().

* Fix null values being present in mob_list.

* 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().

* Fix Runtime in suit_storage_unit.dm,792: Cannot execute null.set machine().

- Also fixed other mixups of usr vs. user that I found in the same file.

* Fixes Runtime in find_spawning.dm,688: Cannot read null.origin_tech

- if this else if block is reached, new_item must not exist, so we obviously can't set origin_tech on it. Examination of the code seems to suggest the original author intended that for any "talking" items to have arcane and precursor tech; since src is now being made talking, src should get the tech.

* Fix talking artifacts downgrading arcane/precursor tech

- Bump up the values by one for talking artifact items instead of overwriting whatever the value was.
2020-04-22 15:45:32 -04:00
Leshana
323f20cfec Adds "Move" command to atom/movable's VV dropdown that lets you jump it to a coordinate. 2020-04-22 11:43:18 -04:00
Leshana
a94ef33d1c Add current coordinates and link to admin jump on VV screen for atoms. 2020-04-22 11:43:03 -04:00
Novacat
a7190b867a Merge pull request #7371 from VOREStation/aro-minesafety
Fix seismic charges and razor drone deployers
2020-04-21 22:23:02 -04:00
Arokha Sieyes
f396bb78ad Fix seismic charges and razor drone deployers 2020-04-21 22:03:44 -04:00
Aronai Sieyes
c242028f17 Merge pull request #7366 from VOREStation/aro-frienbs
Add friends around the station
2020-04-21 16:37:44 -04:00
Novacat
504fc8a049 Merge pull request #7365 from AmayaWah/secretship
adds lore stuff.
2020-04-21 14:35:50 -04:00
Aronai Sieyes
8327864b05 Add cardboard cutouts 2020-04-21 13:40:08 -04:00
Amaya
e9eb2a9684 adds lore stuff. 2020-04-21 14:13:17 +02:00
Arokha Sieyes
f0554fa02e Fix the 'none transferred' round end message 2020-04-20 20:47:07 -04:00
Aronai Sieyes
a67e2e1791 Merge pull request #7356 from VOREStation/aro-tanks
Tank sprites, foam
2020-04-20 19:48:18 -04:00
Aronai Sieyes
ace05634f5 Merge pull request #7354 from VOREStation/aro-tweaks
Smol Fixes
2020-04-20 19:39:47 -04:00
Aronai Sieyes
5397f9927b Mech FOAAAAM 2020-04-20 18:06:34 -04:00
Aronai Sieyes
a2e6467936 FOAAAAAAAM 2020-04-20 17:16:25 -04:00
Aronai Sieyes
c90d4f612c Slow down meteors 3x to give pointdef a chance
This is the speed Bay uses and the pointdef values are from there
2020-04-20 15:09:19 -04:00
Aronai Sieyes
43a198ea4c Make pointdef blink red for a moment when they fail to shoot 2020-04-20 15:08:59 -04:00
Aronai Sieyes
88154f0374 Adds rutile (titanium ore) and other materials 2020-04-20 12:07:45 -04:00
ShadowLarkens
139d5cd3c3 Saycode Overhaul -- Multilingualism 2020-04-20 04:12:53 -04:00
Atermonera
0d80f24a5f Replaces toy waterflower with spraybottle waterflower (#6997) 2020-04-20 03:25:38 -04:00
Aronai Sieyes
5f208249cb Replace old binocular sprite (#7329)
* Replace old binocular sprite

* Missing VS edit tag
2020-04-19 23:46:35 -04:00
Novacat
840215cf59 Merge pull request #7344 from VOREStation/aro-plush
Ports some plushies from Cit
2020-04-19 23:44:56 -04:00
Novacat
3cee4a27d3 Merge pull request #7319 from VOREStation/aro-tcommssprites
Port /tg/ telecomms sprites
2020-04-19 23:44:05 -04:00
Novacat
26e6b725be Merge pull request #7336 from VOREStation/aro-bloodbank
Blood vendor sprite
2020-04-19 23:43:31 -04:00
Novacat
022344173a Merge pull request #7333 from VOREStation/aro-washing
Washing machine sprites
2020-04-19 23:43:13 -04:00
Novacat
f71adf8350 Merge pull request #7328 from VOREStation/aro-biogen
Biogenerator Sprite
2020-04-19 23:43:01 -04:00
Novacat
d4295f6ee0 Merge pull request #7327 from VOREStation/aro-tport
Teleporter hub sprite
2020-04-19 23:42:48 -04:00
Novacat
0e40f6cdea Merge pull request #7326 from VOREStation/aro-bedsheets
Adds 2 new bedsheets
2020-04-19 23:42:37 -04:00
Novacat
d7d5bf011a Merge pull request #7318 from VOREStation/aro-unshield
Remove the need for fighter shields
2020-04-19 23:33:13 -04:00
Aronai Sieyes
d13d3d92fe Ports some plushies from Cit 2020-04-19 23:32:20 -04:00
Aronai Sieyes
e35868832b Update code/game/machinery/computer/timeclock_vr.dm 2020-04-19 23:17:09 -04:00
Aronai Sieyes
3f27686d83 Blood vendor sprite
/tg/'s blood bank sprite
2020-04-19 14:14:26 -04:00
Aronai Sieyes
54e8932628 Washing machine sprites 2020-04-19 12:04:57 -04:00
Aronai Sieyes
01f5e10f09 Biogenerator Sprite 2020-04-18 23:32:04 -04:00
Aronai Sieyes
01d52ae515 Teleporter hub sprite 2020-04-18 23:27:58 -04:00
Aronai Sieyes
bdc75e654f Adds 2 new bedsheets 2020-04-18 23:16:00 -04:00
Aronai Sieyes
209eb0e017 Port some random clothes 2020-04-18 19:41:54 -04:00
Aronai Sieyes
008290e409 Port /tg/ telecomms sprites
Probably originally from Eris? Not sure.
2020-04-18 15:14:22 -04:00
Aronai Sieyes
77c7e680eb Remove fighter shield and make it magic 2020-04-17 20:01:44 -04:00
Aronai Sieyes
bb59718238 Mark some vorestation edits 2020-04-17 11:24:59 -04:00
Novacat
dd6dca0e27 Update suit_storage_unit.dm 2020-04-16 23:23:37 -04:00
Atermonera
b56722bae0 Suit Cyclers: Faster, Smarter, Better 2020-04-16 23:16:34 -04:00