mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 09:05:11 +01:00
DONE Leather gloves now have heat protection like black gloves (to allow removing lights bulbs/tubes)
DONE Plants require 4 light, mushrooms only 2 DONE Harvesting should report how many items were harvested (whether plantbag is used or not) DONE Plantbag should have a mode to only pick up one kind of plant at a time. Trash and ore bags too. DONE 1 unit of mutagen should cause non-species mutations. (Radium too) DONE Uranium should be like radium but even weaker
This commit is contained in:
@@ -415,7 +415,7 @@
|
||||
|
||||
if(istype(W,/obj/item/weapon/storage/bag/ore))
|
||||
var/obj/item/weapon/storage/bag/ore/S = W
|
||||
if(S.collection_mode)
|
||||
if(S.collection_mode == 1)
|
||||
for(var/obj/item/weapon/ore/O in src.contents)
|
||||
O.attackby(W,user)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user