lowers cat meteor threat and makes them use the cat meteor sprite
This commit is contained in:
@@ -350,13 +350,13 @@ GLOBAL_LIST_INIT(meteorsCat, list(/obj/effect/meteor/cat)) //for cat meteors
|
|||||||
|
|
||||||
/obj/effect/meteor/cat
|
/obj/effect/meteor/cat
|
||||||
name = "space cat"
|
name = "space cat"
|
||||||
icon_state = "spacecat"
|
icon_state = "catmeteor"
|
||||||
desc = "Meow."
|
desc = "Meow."
|
||||||
hits = 1
|
hits = 1
|
||||||
heavy = FALSE
|
heavy = FALSE
|
||||||
meteorsound = 'sound/effects/meow1.ogg'
|
meteorsound = 'sound/effects/meow1.ogg'
|
||||||
meteordrop = list(/mob/living/simple_animal/pet/cat/space)
|
meteordrop = list(/mob/living/simple_animal/pet/cat/space)
|
||||||
threat = 2
|
threat = 0
|
||||||
dropamt = 1
|
dropamt = 1
|
||||||
|
|
||||||
//////////////////////////
|
//////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user