mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
More SoftReservedKeyword fixes (#29712)
* Update shieldgen.dm Signed-off-by: Amy <3855802+amylizzle@users.noreply.github.com> * Update station_alert.dm Signed-off-by: Amy <3855802+amylizzle@users.noreply.github.com> * Update plasmafire_generator.dm Signed-off-by: Amy <3855802+amylizzle@users.noreply.github.com> * Update turf.dm Signed-off-by: Amy <3855802+amylizzle@users.noreply.github.com> * Update atmospherics.dm Signed-off-by: Amy <3855802+amylizzle@users.noreply.github.com> * Update silicon_mob.dm Signed-off-by: Amy <3855802+amylizzle@users.noreply.github.com> * Update ai_mob.dm Signed-off-by: Amy <3855802+amylizzle@users.noreply.github.com> * Update robot_mob.dm Signed-off-by: Amy <3855802+amylizzle@users.noreply.github.com> * Update on_move.dm Signed-off-by: Amy <3855802+amylizzle@users.noreply.github.com> --------- Signed-off-by: Amy <3855802+amylizzle@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Shuttle on-movement //
|
||||
/atom/movable/proc/onShuttleMove(turf/oldT, turf/T1, rotation, mob/caller)
|
||||
/atom/movable/proc/onShuttleMove(turf/oldT, turf/T1, rotation, mob/calling_mob)
|
||||
var/turf/newT = get_turf(src)
|
||||
if(newT.z != oldT.z)
|
||||
on_changed_z_level(oldT, newT)
|
||||
@@ -10,7 +10,7 @@
|
||||
abstract_move(T1)
|
||||
return 1
|
||||
|
||||
/atom/movable/lighting_object/onShuttleMove(turf/oldT, turf/T1, rotation, mob/caller)
|
||||
/atom/movable/lighting_object/onShuttleMove(turf/oldT, turf/T1, rotation, mob/calling_mob)
|
||||
// lighting objects should not be moved from their parent turfs
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user