Matriarch Maintenance Drone Fix (#12301)

You can now actually inhabit matriarch maintenance drones, if you have the command whitelist.
This commit is contained in:
Geeves
2021-08-07 14:51:09 +03:00
committed by GitHub
parent 618b1c57f9
commit 39b3180c2c
10 changed files with 48 additions and 28 deletions
+1 -4
View File
@@ -204,7 +204,4 @@
/mob/living/silicon/robot/drone/mining/roundstart/Initialize()
. = ..()
if(SSticker.current_state == GAME_STATE_PLAYING)
request_player()
else
LAZYADD(SSatoms.late_misc_firers, src)
check_add_to_late_firers()