Merge pull request #2948 from Citadel-Station-13/upstream-merge-30992

[MIRROR] Spiderpalooza 1: Foods!
This commit is contained in:
LetterJay
2017-09-26 15:01:02 -04:00
committed by GitHub
3 changed files with 32 additions and 0 deletions
+4
View File
@@ -91,6 +91,10 @@
var/poison_per_bite = 5
var/list/faction = list("spiders")
/obj/structure/spider/spiderling/Destroy()
new/obj/item/reagent_containers/food/snacks/spiderling(get_turf(src))
. = ..()
/obj/structure/spider/spiderling/Initialize()
pixel_x = rand(6,-6)
pixel_y = rand(6,-6)