mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 23:27:56 +01:00
[MIRROR] Adds Armhulen's PR of Dennok's shuttle decal PR with Mothblocks' reviews (#3953)
* Adds Armhulen's PR of Dennok's shuttle decal PR with Mothblocks' reviews (#57456) Co-authored-by: Dennok <Deneles@ yandex.ru> Co-authored-by: Couls <coul422@ gmail.com> Co-authored-by: TiviPlus <57223640+TiviPlus@ users.noreply.github.com> Co-authored-by: tralezab <40974010+tralezab@ users.noreply.github.com> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> * Adds Armhulen's PR of Dennok's shuttle decal PR with Mothblocks' reviews Co-authored-by: Fikou <piotrbryla@onet.pl> Co-authored-by: Dennok <Deneles@ yandex.ru> Co-authored-by: Couls <coul422@ gmail.com> Co-authored-by: TiviPlus <57223640+TiviPlus@ users.noreply.github.com> Co-authored-by: tralezab <40974010+tralezab@ users.noreply.github.com> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
This commit is contained in:
@@ -56,7 +56,6 @@ All ShuttleMove procs go here
|
||||
CRASH("A turf queued to move via shuttle somehow had no skipover in baseturfs. [src]([type]):[loc]")
|
||||
var/depth = baseturfs.len - shuttle_boundary + 1
|
||||
newT.CopyOnTop(src, 1, depth, TRUE)
|
||||
//Air stuff
|
||||
newT.blocks_air = TRUE
|
||||
newT.air_update_turf(TRUE, FALSE)
|
||||
blocks_air = TRUE
|
||||
@@ -64,6 +63,7 @@ All ShuttleMove procs go here
|
||||
if(isopenturf(newT))
|
||||
var/turf/open/new_open = newT
|
||||
new_open.copy_air_with_tile(src)
|
||||
SEND_SIGNAL(src, COMSIG_TURF_ON_SHUTTLE_MOVE, newT)
|
||||
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user