mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Fixing crew monitor suit sensors (#51268)
* first steps * Update _under.dm * time for bug testing * Update clothing.dm * Update clothing.dm * Update clothing.dm * Update clothing.dm * Update clothing.dm * Update clothing.dm * Update clothing.dm * Update clothing.dm * more fixes and implementation * Update crew.dm * Update clothing.dm * more bug fixing * Update crew.dm * debugging * Update clothing.dm * Update clothing.dm * Update clothing.dm * added stuff to nanites * goddamn nanites * nanite cleanup * Update crew.dm * Update crew.dm
This commit is contained in:
@@ -30,6 +30,8 @@ GLOBAL_LIST_INIT(simple_animals, list(list(),list(),list(),list())) // One for e
|
||||
GLOBAL_LIST_EMPTY(spidermobs) //all sentient spider mobs
|
||||
GLOBAL_LIST_EMPTY(bots_list)
|
||||
GLOBAL_LIST_EMPTY(aiEyes)
|
||||
GLOBAL_LIST_EMPTY(suit_sensors_list) //all people with suit sensors on
|
||||
GLOBAL_LIST_EMPTY(nanite_sensors_list) //app people with nanite monitoring program
|
||||
///underages who have been reported to security for trying to buy things they shouldn't, so they can't spam
|
||||
GLOBAL_LIST_EMPTY(narcd_underages)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user