mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
ABSTRACT items cannot be shredded
This commit is contained in:
@@ -440,6 +440,9 @@
|
||||
w_uniform.shred(bomb,shock-absorbed,src)
|
||||
|
||||
/obj/item/proc/shred(var/bomb,var/shock,var/mob/living/carbon/human/Human)
|
||||
if(flags & ABSTRACT)
|
||||
return -1
|
||||
|
||||
var/shredded
|
||||
|
||||
if(!bomb)
|
||||
|
||||
Reference in New Issue
Block a user