Skip to content

Commit

Permalink
maybe fix forcefield weirdness
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmunora committed Nov 19, 2021
1 parent 767e318 commit 087c170
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,9 @@
color = "#33FF33"
powerlevel = 2
layer = 2.5 //sits under doors if we want it to
flags = ALWAYS_SOLID_FLUID
event_handler_flags = USE_FLUID_ENTER
flags = ALWAYS_SOLID_FLUID | FLUID_DENSE
gas_impermeable = TRUE
event_handler_flags = USE_FLUID_ENTER

proc/setactive(var/a = 0) //this is called in a bunch of diff. door open procs. because the code was messy when i made this and i dont wanna redo door open code
if(a)
Expand Down

0 comments on commit 087c170

Please sign in to comment.