mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
[MIRROR] Attempts implementation of char setup vore panel (#7040)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Raeschen <rycoop29@gmail.com> Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com> Co-authored-by: Darlantan <forlirnglacignis@gmail.com>
This commit is contained in:
co-authored by
Heroman3003
Raeschen
Nadyr
Darlantan
parent
7bd8ecbe5b
commit
e89ee8d9b0
@@ -1,9 +1,11 @@
|
||||
// Adding needed defines to /mob/living
|
||||
// Note: Polaris had this on /mob/living/carbon/human We need it higher up for animals and stuff.
|
||||
/mob/living
|
||||
var/holder_default
|
||||
/mob
|
||||
var/step_mechanics_pref = TRUE // Allow participation in macro-micro step mechanics
|
||||
var/pickup_pref = TRUE // Allow participation in macro-micro pickup mechanics
|
||||
|
||||
/mob/living
|
||||
var/holder_default
|
||||
var/pickup_active = TRUE // Toggle whether your help intent picks up micros or pets them
|
||||
var/center_offset = 0.5 // Center offset for uneven scaling symmetry. //CHOMPEdit
|
||||
var/offset_override = FALSE // Pref toggle for center offset. //CHOMPEdit
|
||||
|
||||
Reference in New Issue
Block a user