Initial commit

This commit is contained in:
Arkatos1
2019-04-29 16:44:45 +02:00
parent 9fca45fd0c
commit e9b213f519
7 changed files with 35 additions and 19 deletions

View File

@@ -13,13 +13,9 @@
qdel(src)
/obj/structure/blob/resource/run_action()
if(resource_delay > world.time)
return 0
return
flick("blob_resource_glow", src)
resource_delay = world.time + 40 // 4 seconds
if(overmind)
overmind.add_points(1)
return 0