Fixes Lord Singuloth hungering for more than he should

This commit is contained in:
ShizCalev
2017-11-24 13:00:42 -06:00
committed by CitadelStationBot
parent 9f7b3a11c3
commit 2762e3b530
31 changed files with 373 additions and 1 deletions
+6
View File
@@ -68,6 +68,12 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
/obj/effect/immovablerod/ex_act(severity, target)
return 0
/obj/effect/immovablerod/singularity_act()
return
/obj/effect/immovablerod/singularity_pull()
return
/obj/effect/immovablerod/Collide(atom/clong)
if(prob(10))
playsound(src, 'sound/effects/bang.ogg', 50, 1)