mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
[MIRROR] Refactor hardcoded suit sensor defines [MDB IGNORE] (#15601)
* Refactor hardcoded suit sensor defines (#69164) * Refactor suit sensor defines * Add suit sensor define to HoS suit * Fix sensor_mode define to be accurate * Refactor hardcoded suit sensor defines Co-authored-by: Tim <timothymtorres@gmail.com>
This commit is contained in:
@@ -292,7 +292,7 @@
|
||||
// Or on crew monitors
|
||||
var/obj/item/clothing/under/sensor_clothes = spawned_human.w_uniform
|
||||
if(istype(sensor_clothes))
|
||||
sensor_clothes.sensor_mode = NO_SENSORS
|
||||
sensor_clothes.sensor_mode = SENSOR_OFF
|
||||
spawned_human.update_suit_sensors()
|
||||
|
||||
//don't use this in subtypes, just add 1000 brute yourself. that being said, this is a type that has 1000 brute. it doesn't really have a home anywhere else, it just needs to exist
|
||||
|
||||
Reference in New Issue
Block a user