Skip to content

Commit

Permalink
багфикс непрозрачного открытого шлюза
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Oct 21, 2023
1 parent 82b7b86 commit f2bf2e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modular_ss220/silicons/code/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@
to_chat(user, span_warning("Недостаточно заряда!"))
return FALSE
return R.cell.use(power_use)

//Небольшой багфикс "непрозрачного открытого шлюза"
/obj/structure/inflatable/door/operate()
. = ..()
opacity = FALSE

0 comments on commit f2bf2e6

Please sign in to comment.