Update blob.dm

This commit is contained in:
dearmochi
2020-08-19 11:48:30 +02:00
committed by GitHub
parent e2bd69ef3d
commit 8e929ecaeb
+1
View File
@@ -26,6 +26,7 @@
var/obj/vent = pick(vents)
var/mob/living/simple_animal/mouse/blobinfected/B = new(vent.loc)
var/mob/M = pick(candidates)
B.key = M.key
SSticker.mode.update_blob_icons_added(B.mind)