Skip to content

Commit

Permalink
bugfix: Fixed roundstart student scientist loss in lobby menu (ss220-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored and SuhEugene committed Dec 22, 2023
1 parent dc6df01 commit 3757411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ SUBSYSTEM_DEF(jobs)
if(!S)
S = locate("start*[rank]") // use old stype
if(!S) // still no spawn, fall back to the arrivals shuttle
for(var/turf/TS in get_area_turfs(/area/shuttle/arrival))
for(var/turf/TS in get_area_turfs(/area/shuttle/arrival/station))
if(!TS.density)
var/clear = 1
for(var/obj/O in TS)
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/effects/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
icon_state = "Sci"

/obj/effect/landmark/start/student_sientist
name = "Student Sientist"
name = "Student Scientist"
icon_state = "Student_Sci"

/obj/effect/landmark/start/roboticist
Expand Down

0 comments on commit 3757411

Please sign in to comment.