mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
limit vacuum size (#8801)
This commit is contained in:
@@ -212,7 +212,7 @@
|
|||||||
return
|
return
|
||||||
if(istype(target,/obj/item))
|
if(istype(target,/obj/item))
|
||||||
var/obj/item/I = target
|
var/obj/item/I = target
|
||||||
if(is_type_in_list(I,item_vore_blacklist))
|
if(is_type_in_list(I,item_vore_blacklist) || I.w_class >= ITEMSIZE_HUGE)
|
||||||
return
|
return
|
||||||
if(vac_power > I.w_class)
|
if(vac_power > I.w_class)
|
||||||
if(vac_power == 7)
|
if(vac_power == 7)
|
||||||
|
|||||||
Reference in New Issue
Block a user