Minor fixes. Removes Plastic

This commit is contained in:
warior4356
2020-07-14 21:26:45 -07:00
parent 0911425f2b
commit b30ff7e2e9
8 changed files with 29 additions and 34 deletions
+4 -3
View File
@@ -192,10 +192,11 @@
/obj/structure/spider/spiderling/decompile_act(obj/item/matter_decompiler/C, mob/user)
if(!istype(user, /mob/living/silicon/robot/drone))
C.loc.visible_message("<span class='notice'>[C.loc] sucks [src] into its decompiler. There's a horrible crunching noise.</span>","<span class='warning'>It's a bit of a struggle, but you manage to suck [src] into your decompiler. It makes a series of visceral crunching noises.</span>")
qdel(src)
user.visible_message("<span class='notice'>[user] sucks [src] into its decompiler. There's a horrible crunching noise.</span>", \
"<span class='warning'>It's a bit of a struggle, but you manage to suck [user] into your decompiler. It makes a series of visceral crunching noises.</span>")
C.stored_comms["wood"] += 2
C.stored_comms["plastic"] += 2
C.stored_comms["glass"] += 2
qdel(src)
return TRUE
return ..()