Adds shed tail and eating bugs to simplemob lizards (#19726)

* Adds shed tail and eating bugs to lizards

* Steel's review

* Steels review part 2

* Steel's and Charlie's review

* Ryan's review

* Early return code improvement

* minor spelling mistake
This commit is contained in:
GDN
2022-11-21 22:33:30 -06:00
committed by GitHub
parent 9003a869f1
commit 0139e03f54
5 changed files with 65 additions and 4 deletions
+1
View File
@@ -108,6 +108,7 @@
pixel_y = rand(6,-6)
START_PROCESSING(SSobj, src)
AddComponent(/datum/component/swarming)
ADD_TRAIT(src, TRAIT_EDIBLE_BUG, "edible_bug") // Normally this is just used for mobs, but spiderlings are kind of that...
/obj/structure/spider/spiderling/Destroy()
STOP_PROCESSING(SSobj, src)