mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
Tg panel patch 2 (#8085)
Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com>
This commit is contained in:
co-authored by
Cadyn Bombaci
parent
a63a919fcb
commit
e28fa96705
@@ -156,7 +156,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. //CHOMPEdit
|
||||
|
||||
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
|
||||
@@ -416,7 +416,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" //CHOMPEdit
|
||||
|
||||
pickup_active = !pickup_active
|
||||
to_chat(src, "<span class='filter_notice'>You will [pickup_active ? "now" : "no longer"] attempt to pick up mobs when clicking them with help intent.</span>")
|
||||
|
||||
Reference in New Issue
Block a user