mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Server maint subsystem (#16518)
* upports server maint subsystem * fix runtime in admin z narrate * . * sorts them verbs * . * . * Update code/controllers/subsystems/statpanel.dm Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> * Update code/controllers/subsystems/server_maint.dm Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> --------- Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
|
||||
/mob/living/proc/set_size()
|
||||
set name = "Adjust Mass"
|
||||
set category = "Abilities" //Seeing as prometheans have an IC reason to be changing mass.
|
||||
set category = "Abilities.General" //Seeing as prometheans have an IC reason to be changing mass.
|
||||
|
||||
var/nagmessage = "Adjust your mass to be a size between 25 to 200% (or 1% to 600% in dormitories). (DO NOT ABUSE)"
|
||||
var/default = size_multiplier * 100
|
||||
@@ -403,7 +403,7 @@
|
||||
/mob/living/verb/toggle_pickups()
|
||||
set name = "Toggle Micro Pick-up"
|
||||
set desc = "Toggles whether your help-intent action attempts to pick up the micro or pet/hug/help them. Does not disable participation in pick-up mechanics entirely, refer to Vore Panel preferences for that."
|
||||
set category = "IC"
|
||||
set category = "IC.Settings"
|
||||
|
||||
pickup_active = !pickup_active
|
||||
to_chat(src, span_filter_notice("You will [pickup_active ? "now" : "no longer"] attempt to pick up mobs when clicking them with help intent."))
|
||||
|
||||
Reference in New Issue
Block a user