Skip to content

Commit

Permalink
changeturf
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Jan 22, 2024
1 parent 89ffedb commit 79177ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/datums/tutorial/xenomorph/xenomorph_basic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@

/datum/tutorial/xenomorph/basic/proc/nest_cap_phase_two()

new /turf/closed/wall/resin/tutorial(loc_from_corner(8,0))
new /turf/closed/wall/resin/tutorial(loc_from_corner(8,1))
new /turf/closed/wall/resin/tutorial(loc_from_corner(9,1))
loc_from_corner(8,0).ChangeTurf(/turf/closed/wall/resin/tutorial)
loc_from_corner(8,1).ChangeTurf(/turf/closed/wall/resin/tutorial)
loc_from_corner(9,1).ChangeTurf(/turf/closed/wall/resin/tutorial)

addtimer(CALLBACK(src, PROC_REF(nest_cap_phase_three)), 5 SECONDS)

Expand Down

0 comments on commit 79177ab

Please sign in to comment.