The Crate Animatening, A.K.A. I hate Crate Trigonometry (#13339)

This commit is contained in:
Wowzewow (Wezzy)
2022-04-30 02:04:15 -03:00
committed by GitHub
parent 74db3d4d24
commit a65ef5cd26
91 changed files with 1250 additions and 2023 deletions
+2 -2
View File
@@ -85,7 +85,7 @@
set_dir(direction)
if(dir != NORTH)
layer = 5
climbable = 0 //flipping tables allows them to be used as makeshift barriers
climbable = FALSE //flipping tables allows them to be used as makeshift barriers
flipped = 1
flags |= ON_BORDER
for(var/D in list(turn(direction, 90), turn(direction, -90)))
@@ -114,4 +114,4 @@
update_connections(1)
update_icon()
return 1
return 1
+1 -1
View File
@@ -5,7 +5,7 @@
desc = "It's a table, for putting things on. Or standing on, if you really want to."
density = 1
anchored = 1
climbable = 1
climbable = TRUE
layer = LAYER_TABLE
throwpass = 1
var/flipped = 0