mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 11:36:38 +01:00
adds panther pai sprites
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
"Rabbit" = "rabbit",
|
||||
"Bear" = "bear", //VOREStation Edit
|
||||
"Raccoon" = "raccoon", //Chompstation Edit
|
||||
"Rat" = "rat"//Chompstation Edit
|
||||
"Rat" = "rat", //Chompstation Edit
|
||||
"Panther" = "panther" //Chompstation Edit
|
||||
)
|
||||
|
||||
var/global/list/possible_say_verbs = list(
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
var/people_eaten = 0
|
||||
icon = 'icons/mob/pai_vr.dmi'
|
||||
var/global/list/wide_chassis = list(
|
||||
"rat"
|
||||
"rat",
|
||||
"panther"
|
||||
)
|
||||
|
||||
/mob/living/silicon/pai/proc/pai_nom(var/mob/living/T in oview(1))
|
||||
|
||||
Reference in New Issue
Block a user