lowers cat meteor threat and makes them use the cat meteor sprite

This commit is contained in:
DrPainis
2021-05-27 12:20:54 -04:00
committed by GitHub
parent 903ff69621
commit 2eeb6ede1e
+2 -2
View File
@@ -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
////////////////////////// //////////////////////////