Commit Graph

2330 Commits

Author SHA1 Message Date
Heroman b97dbda61f Get Mob Adjustment 2022-03-25 18:24:40 +10:00
VerySoft 13e8bf9d8d Auto-Resleeving
Adds auto-resleeving!

Under normal conditions, this allows one to resleeve their character after they have died in the round. 

The auto-resleever requires a bit of time after death to be used:

-Characters who died due to vore reasons must wait 15 minutes

-Characters who died for other reasons must wait 30 minutes

The auto-resleever only requires power, there is no biomass requirement.

The auto-resleever also works for species that can ordinarily not be resleeved, since the potential for abuse there is minimal.

To use the auto-resleever, one only needs to click it as a ghost. If it is ready to revive you, it will pop up a confirmation dialogue.

Additionally, the automatic transcore notification, and the 'Cancel Transcore Notification' verb has been removed. Ghosts have a 'Notify Transcore' verb, which can be used around 5 minutes after death if they wish to notify medical.

This should eliminate false positives for medical, because no one likes resleeving people who don't need it.

This does not otherwise alter the original resleeving process or machines.

The auto-resleever for the tether is on Z1, just south of the psych office. It also features a return chute for items right next to the door. (I wanted to put it in the resleeving room's cleaning room, but it's really far into medical)

The auto-resleever for the stellar delight is in the resleeving's cleaning room.

I also fixed the access on the tourbus's APC while I was there.
2022-03-25 02:49:10 -04:00
VerySoft 51fe2e1450 Further verb edits 2022-03-23 02:19:28 -04:00
VerySoft 80ab673771 Admin Verbs
Adjusts Intercom Msg a little

Adds Orbit Things verb, which allows staff to more easily orbit things around other things.
2022-03-23 01:36:04 -04:00
Heroman fbb0a65231 Brings REAL cookies to everywhere they belong 2022-03-07 18:44:53 +10:00
VerySoft e9d1e09685 Actually give staff the play z sound verb
I forgot this part.
2022-02-23 00:58:54 -05:00
VerySoft 250c42290f Play Z sound
Allows staff to play a sound to a Z level
2022-02-22 16:04:44 -05:00
Heroman 1af55da1c7 Merge branch 'master' into upstream-merge-8341 2022-02-20 10:15:26 +10:00
VerySoft 84be287740 Admin resize adjustments
Caps it at 50 and allows negative values
2022-02-13 07:11:22 -05:00
VerySoft d2e0ebe9d6 One more for awooing 2021-12-01 11:10:44 -05:00
Atermonera 624e991802 ChangeTurf improvements. 2021-11-02 22:15:25 -04:00
Heroman dbe9387f5f Renames Engineer, new alt-titles for Stellar Delight 2021-11-02 19:56:49 +10:00
Aronai Sieyes 7f86a55e73 Add talon as bannable, shuffle ban panel 2021-08-26 17:54:20 -04:00
VerySoft 25894314d3 Adds the ability to ban people from ghost roles
There are some mobs you can play as now that are PRETTY ABUSABLE, and there's some players who play fine normally, but get into trouble and take things too far when you put them in special roles, SO! Rather than just flat banning those people from the server, it would be cool if we could just, ban them from playing those roles. 

This should help with that.
2021-08-23 06:32:54 -04:00
Atermonera 9d84e7881c Fixes Indoor Rain 2021-08-01 11:27:30 -04:00
Neerti 78f31a9b2d Adds optional area-based definition for outdoors-ness 2021-08-01 11:27:28 -04:00
Aronai Sieyes ac920479fd Gas visuals use vis_contents not overlays 2021-07-27 11:13:16 -04:00
Aronai Sieyes 148e4e591c Small tweaks 2021-07-24 12:36:13 -04:00
Aronai Sieyes fd00e8453f Improve admin spawn features 2021-07-24 00:47:05 -04:00
Aronai Sieyes 669d23322c Change various things to subtypesof() 2021-07-20 12:54:59 -04:00
Aronai Sieyes 34982728cb Add 'as anything' to various for loops 2021-07-20 12:39:59 -04:00
Aronai Sieyes fce0150039 Fix some uses of tgui_input_list with bad calls 2021-07-19 20:33:54 -04:00
MarinaGryphon a843667af3 Fixes a bunch of bools missed in #11100 2021-07-16 15:55:49 -05:00
MarinaGryphon 577b986ba6 Convert some bools to TRUE/FALSE instead of 1/0. (#11100)
Co-authored-by: Aronai Sieyes <arokha@arokha.com>
2021-07-16 13:43:25 -04:00
Aronai Sieyes 987359d4e2 Fix admin list VV problem, again 2021-07-12 19:06:46 -04:00
Aronai Sieyes c94fd9bda3 Merge pull request #10999 from VOREStation/Arokha/fixadminlistedit
Fix admin VV lists
2021-07-10 15:42:22 -04:00
Verkister 9a09d371d3 Fixes view range verb
7 is not a list
2021-07-10 16:25:41 +03:00
Aronai Sieyes 2a0ab817d4 Fix admin VV lists 2021-07-09 14:41:45 -04:00
Aronai Sieyes ad4e4408b8 Fix a handful of ghost/admin verbs 2021-07-06 22:05:23 -04:00
Aronai Sieyes e63e3a6448 Fixes #10920 2021-07-05 19:35:38 -04:00
Aronai Sieyes ddfd341cd2 Finishes fixing #10896 2021-07-05 11:12:10 -04:00
Aronai Sieyes 0bb470e862 Split jumptomob() into do_jumptomob() 2021-07-05 02:15:05 -04:00
lm40 150d994828 fixes spawning characters with size traits 2021-07-03 18:23:43 -04:00
Aronai Sieyes 6ddcc262aa Fix a few tgui input bugs 2021-06-28 01:21:17 -04:00
Aronai Sieyes 4c12504e3b Replace list inputs with tgui_input_list 2021-06-26 10:39:56 -04:00
Aronai Sieyes 0da0c54388 Convert almost all alert() to tgui_alert() 2021-06-25 17:03:35 -04:00
Aronai Sieyes 70bff20384 Normalize alert() calls 2021-06-25 14:27:14 -04:00
MarinaGryphon 385fa640af Linter diagnostics + bans non-var relative pathing 2021-06-20 18:16:45 -04:00
Aronai Sieyes 1696db4842 Move most/all overlay use to SSoverlays
Except for the ones I'm about to change in the
lighting commits!
2021-06-17 00:11:13 -04:00
Atermonera 2b52489e1d Merge pull request #8080 from Atermonera/dbcon_onebuttonfix
Adds admin verb to hopefully fix database connection failures
2021-06-06 03:44:29 -04:00
Aronai Sieyes 869520f818 Remove extra asterisks from rune audible messages 2021-05-31 13:13:57 -04:00
Aronai Sieyes b12b146343 VOREStation Specific Stuffs 2021-05-30 15:45:11 -04:00
Aronai Sieyes ea42ee2303 Port Runechat 2021-05-30 15:45:11 -04:00
Aronai Sieyes b9ad56b022 Merge pull request #10316 from VOREStation/upstream-merge-8071
[MIRROR] Ports Nebula's Discord Webhook Integration
2021-05-27 12:34:40 -04:00
Aronai Sieyes 124eab8aa1 Fixup merge, both VS and nebula hooks now 2021-05-27 12:25:48 -04:00
Aronai Sieyes 00a42a96ea Finish polaris linter portions 2021-05-27 11:12:51 -04:00
Neerti 767e655310 Linter Introduction + Cleanup 2021-05-25 23:19:34 -04:00
ShadowLarkens 2847ea4bbd Fix cookie having no icon (convert everything to cookiesnack) 2021-05-21 20:06:31 -07:00
Neerti 54991b3f47 Ports Nebula's Discord Webhook Integration 2021-05-13 02:22:55 -04:00
Atermonera 3ac3b76143 Merge pull request #8046 from Atermonera/view_global_variables
Adds verb to VV global variables
2021-05-09 20:34:09 -04:00