The big panda update! Skits has been so kind as to provide sprites for trash panda that one can randomly disturb when digging through the trash, the pAI got itself a new chassis in the form of a scrap panda, we also got alternative sprites for wah and a new waaah!

This commit is contained in:
Shadowfire117
2019-08-01 11:41:40 +02:00
parent bf0cfc0b0a
commit 091a6306f7
8 changed files with 107 additions and 2 deletions
+4 -1
View File
@@ -119,7 +119,10 @@
searchedby += user.ckey
I.forceMove(get_turf(src))
to_chat(H,"<span class='notice'>You found \a [I]!</span>")
var/disturbed_sleep = rand(1,100) //spawning of mobs, for now only the trash panda.
if(disturbed_sleep <= 5)
new /mob/living/simple_animal/raccoon(get_turf(user),name)
visible_message("A raccoon jumps out of the trash!.")
else
return ..()