Skip to content

Commit

Permalink
Removes old duplicate backpack of holding singularity_act (#6130)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Funny enough, it was being overridden by the correct one

https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/a5ada8e75e396738fb53a1cad39e7d5122f49f79/code/game/objects/items/storage/backpack.dm#L64-L70
  • Loading branch information
Zandario authored Nov 13, 2023
1 parent ea471fa commit 76fedb4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/modules/power/singularity/act.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@
/obj/effect/projectile/emitter/singularity_pull()
return

/obj/item/storage/backpack/holding/singularity_act(S, current_size)
var/dist = max((current_size - 2), 1)
explosion(src.loc,(dist),(dist*2),(dist*4))
return 1000

/turf/singularity_act(S, current_size)
ScrapeAway()
return 2
Expand Down

0 comments on commit 76fedb4

Please sign in to comment.