mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
A Reasonable Suit Sensor Rebalance (#17607)
* A Reasonable Suit Sensor Rebalance * discombobulate * weird ahh * HAPPY WHEELS * SQL * this will work hopefully * damn me dumb * please work * Apply suggestions from code review * Rename V004_suit_sensors.sql to V004__suit_sensors.sql * remove sensor lock * dmdocs + fixes * Update code/modules/clothing/under/jobs/civilian.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update SQL/migrate-2023/V004__suit_sensors.sql Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/clothing.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/clothing.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/clothing.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/clothing.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/clothing/clothing.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * changes --------- Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
/datum/category_group/player_setup_category/proc/content(var/mob/user)
|
||||
. = "<table style='width:100%'><tr style='vertical-align:top'><td style='width:50%'>"
|
||||
var/current = 0
|
||||
var/halfway = items.len / 2
|
||||
var/halfway = items.len / 2.5
|
||||
for(var/datum/category_item/player_setup_item/PI in items)
|
||||
if(halfway && current++ >= halfway)
|
||||
halfway = 0
|
||||
|
||||
Reference in New Issue
Block a user