Skip to content

Commit

Permalink
bugfix: Syndicate bomb dont work in de-powered zones (#4928)
Browse files Browse the repository at this point in the history
* ы

* Update code/game/machinery/syndicatebomb.dm

Co-authored-by: Rerik007 <[email protected]>

---------

Co-authored-by: Rerik007 <[email protected]>
  • Loading branch information
LiquidPotroh and Rerik007 authored Apr 21, 2024
1 parent a07508c commit 5e95da2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/machinery/syndicatebomb.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
density = 0
layer = BELOW_MOB_LAYER //so people can't hide it and it's REALLY OBVIOUS
resistance_flags = FIRE_PROOF | ACID_PROOF
use_power = NO_POWER_USE
interact_offline = TRUE

var/datum/wires/syndicatebomb/wires = null
var/minimum_timer = 90
Expand Down

0 comments on commit 5e95da2

Please sign in to comment.