mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[MIRROR] removes 3 unused vars on bats [MDB IGNORE] (#12973)
* removes 3 unused vars on bats (#66345) * removes 3 unused vars on bats Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
co-authored by
John Willard
parent
fdb0ca20c0
commit
da52e8efdc
@@ -29,9 +29,6 @@
|
||||
environment_smash = ENVIRONMENT_SMASH_NONE
|
||||
mob_size = MOB_SIZE_TINY
|
||||
speak_emote = list("squeaks")
|
||||
var/max_co2 = 0 //to be removed once metastation map no longer use those for Sgt Araneus
|
||||
var/min_oxy = 0
|
||||
var/max_plas = 0
|
||||
//Space bats need no air to fly in.
|
||||
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_plas" = 0, "max_plas" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
|
||||
minbodytemp = 0
|
||||
@@ -55,11 +52,8 @@
|
||||
icon_state = "guard"
|
||||
maxHealth = 250
|
||||
health = 250
|
||||
max_co2 = 5
|
||||
max_plas = 2
|
||||
melee_damage_lower = 15
|
||||
melee_damage_upper = 20
|
||||
min_oxy = 5
|
||||
movement_type = GROUND
|
||||
response_help_continuous = "pets"
|
||||
response_help_simple = "pet"
|
||||
|
||||
Reference in New Issue
Block a user