mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #2348 from Anasari/ResleevingSucks
Resleever grower pod processes meat automatically
This commit is contained in:
@@ -105,6 +105,16 @@
|
||||
return 1
|
||||
|
||||
/obj/machinery/clonepod/transhuman/process()
|
||||
|
||||
var/visible_message = 0
|
||||
for(var/obj/item/weapon/reagent_containers/food/snacks/meat in range(1, src))
|
||||
qdel(meat)
|
||||
biomass += 50
|
||||
visible_message = 1 // Prevent chatspam if multiple meat are near
|
||||
|
||||
if(visible_message)
|
||||
visible_message("[src] sucks in and processes the nearby biomass.")
|
||||
|
||||
if(stat & NOPOWER)
|
||||
if(occupant)
|
||||
locked = 0
|
||||
|
||||
Reference in New Issue
Block a user