Skip to content

Commit

Permalink
Update general_powers.dm
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
ihatethisengine committed Dec 6, 2023
1 parent 68d5009 commit d9c6f46
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -797,9 +797,7 @@
if(!istype(turf, /turf/closed/wall/resin/membrane) || !istype(projectile.ammo, /datum/ammo/xeno/boiler_gas))
return
var/turf/closed/wall/resin/membrane/membrane = turf
xeno_announcement(SPAN_XENOANNOUNCE("TEST"), membrane.hivenumber, XENO_GENERAL_ANNOUNCE)
if(membrane.can_bombard(projectile.firer))
xeno_announcement(SPAN_XENOANNOUNCE("TEST4"), membrane.hivenumber, XENO_GENERAL_ANNOUNCE)
return COMPONENT_BULLET_PASS_THROUGH

/datum/action/xeno_action/activable/bombard/use_ability(atom/A)
Expand Down

0 comments on commit d9c6f46

Please sign in to comment.