515 Compliance part 2 (#20809)

* more illegal procpaths

* Update code/modules/ruins/lavalandruin_code/puzzle.dm

* REGEX_REPLACE_HANDLER

* shuttle fix
This commit is contained in:
S34N
2023-04-22 08:28:54 +01:00
committed by GitHub
parent e3f8223971
commit 4a5fb011e6
22 changed files with 51 additions and 55 deletions
+1 -8
View File
@@ -44,13 +44,6 @@
if(jumpto_ports.len)
jump_action = new /datum/action/innate/camera_jump/shuttle_docker
..()
/* //technically working but some icons are buggy as shit and either don't rotate or rotate wrong :
//namely shuttle walls, shuttle windows, shuttle engines and buckled mobs
if(rotate_action)
rotate_action.target = user
rotate_action.Grant(user)
actions += rotate_action
*/
if(place_action)
place_action.target = user
place_action.Grant(user)
@@ -62,7 +55,7 @@
shuttle_port = null
return
eyeobj = new /mob/camera/aiEye/remote/shuttle_docker(null, src)
eyeobj = new /mob/camera/aiEye/remote/shuttle_docker(get_turf(locate("landmark*Observer-Start")), src) // There should always be an observer start landmark
var/mob/camera/aiEye/remote/shuttle_docker/the_eye = eyeobj
the_eye.setDir(shuttle_port.dir)
var/turf/origin = locate(shuttle_port.x + x_offset, shuttle_port.y + y_offset, shuttle_port.z)