mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +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:
co-authored by
SleepyGemmy
Fluffy
parent
5a36bf8231
commit
5ad3c00da2
@@ -409,6 +409,10 @@ SUBSYSTEM_DEF(jobs)
|
||||
BITSET(H.hud_updateflag, IMPLOYAL_HUD)
|
||||
BITSET(H.hud_updateflag, SPECIALROLE_HUD)
|
||||
|
||||
var/obj/item/clothing/under/uniform = H.w_uniform
|
||||
if(istype(uniform) && uniform.has_sensor)
|
||||
uniform.sensor_mode = SUIT_SENSOR_MODES[H.client.prefs.sensor_setting]
|
||||
|
||||
INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(show_location_blurb), H.client, 10 SECONDS)
|
||||
|
||||
if(spawning_at == "Arrivals Shuttle")
|
||||
|
||||
Reference in New Issue
Block a user