diff --git a/code/game/gamemodes/antagspawner.dm b/code/game/gamemodes/antagspawner.dm index 141b1650a1b..17fcd77e41f 100644 --- a/code/game/gamemodes/antagspawner.dm +++ b/code/game/gamemodes/antagspawner.dm @@ -66,6 +66,7 @@ request_player() /obj/item/antag_spawner/technomancer_apprentice/request_player(mob/user) + uses = 0 SSghostroles.add_spawn_atom(ghost_role_id, src) /obj/item/antag_spawner/technomancer_apprentice/Destroy() diff --git a/html/changelogs/geeves-apprentice_fix.yml b/html/changelogs/geeves-apprentice_fix.yml new file mode 100644 index 00000000000..5a66d49f5d0 --- /dev/null +++ b/html/changelogs/geeves-apprentice_fix.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - bugfix: "You can no longer spam the technomancer apprentice teleporter to open infinite slots." \ No newline at end of file