mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Replace maintenance batswarm by regular bats (#16872)
This commit is contained in:
@@ -83532,7 +83532,7 @@
|
||||
/obj/item/paper{
|
||||
info = "I.O.U. some shinies - Mr V. Ox"
|
||||
},
|
||||
/mob/living/simple_animal/hostile/scarybat/batswarm,
|
||||
/mob/living/simple_animal/hostile/scarybat,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/apmaint)
|
||||
"kYw" = (
|
||||
@@ -85075,7 +85075,7 @@
|
||||
/turf/simulated/floor/engine,
|
||||
/area/engine/engineering)
|
||||
"xWX" = (
|
||||
/mob/living/simple_animal/hostile/scarybat/batswarm,
|
||||
/mob/living/simple_animal/hostile/scarybat,
|
||||
/turf/simulated/floor/plating,
|
||||
/area/maintenance/apmaint)
|
||||
"ycV" = (
|
||||
|
||||
@@ -96,10 +96,10 @@
|
||||
invocation_type = "none"
|
||||
action_icon_state = "vampire_bats"
|
||||
|
||||
shapeshift_type = /mob/living/simple_animal/hostile/scarybat/batswarm
|
||||
current_shapes = list(/mob/living/simple_animal/hostile/scarybat/batswarm)
|
||||
shapeshift_type = /mob/living/simple_animal/hostile/scarybat/adminvampire
|
||||
current_shapes = list(/mob/living/simple_animal/hostile/scarybat/adminvampire)
|
||||
current_casters = list()
|
||||
possible_shapes = list(/mob/living/simple_animal/hostile/scarybat/batswarm)
|
||||
possible_shapes = list(/mob/living/simple_animal/hostile/scarybat/adminvampire)
|
||||
|
||||
/obj/effect/proc_holder/spell/targeted/shapeshift/hellhound
|
||||
name = "Lesser Hellhound Form"
|
||||
|
||||
@@ -52,7 +52,8 @@
|
||||
L.visible_message("<span class='danger'>\the [src] scares \the [L]!</span>")
|
||||
|
||||
|
||||
/mob/living/simple_animal/hostile/scarybat/batswarm
|
||||
//This mob is for the admin-only ancient vampire, DO NOT USE ELSEWHERE
|
||||
/mob/living/simple_animal/hostile/scarybat/adminvampire
|
||||
name = "bat swarm"
|
||||
desc = "A swarm of vicious, angry-looking space bats."
|
||||
speed = 1
|
||||
|
||||
Reference in New Issue
Block a user