mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Bag of holding kills singularities instead of feeding them (#6963)
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
/obj/item/weapon/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
|
||||
return -1000 //CHOMPEDIT - Consistency with literally every other codebase
|
||||
|
||||
/turf/singularity_act(S, current_size)
|
||||
if(!is_plating())
|
||||
|
||||
Reference in New Issue
Block a user