mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Collars the singularity (#8509)
* Collars the singularity * Update singularity.dm * Update singularity.dm
This commit is contained in:
@@ -189,6 +189,11 @@
|
||||
var/atom/movable/movable_thing = thing
|
||||
if (get_dist(movable_thing, parent) > consume_range)
|
||||
movable_thing.singularity_pull(parent, singularity_size)
|
||||
//SKYRAT EDIT CHANGE
|
||||
else if(istype(movable_thing, /obj/machinery/field/containment))
|
||||
if(singularity_size > STAGE_FOUR)
|
||||
consume(src, movable_thing)
|
||||
// SKYRAT EDIT END
|
||||
else
|
||||
consume(src, movable_thing)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user