mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 22:16:23 +01:00
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:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user