mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 10:35:41 +01:00
[MIRROR] Mice and Regal Rats won't spawn in the icebox solar panels [MDB IGNORE] (#19356)
* Mice and Regal Rats won't spawn in the icebox solar panels * Update mobs.dm --------- Co-authored-by: Jacquerel <hnevard@gmail.com> Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
@@ -89,9 +89,9 @@
|
||||
var/unsuitable_atmos_damage = 1
|
||||
|
||||
///Minimal body temperature without receiving damage
|
||||
var/minimum_survivable_temperature = 250
|
||||
var/minimum_survivable_temperature = NPC_DEFAULT_MIN_TEMP
|
||||
///Maximal body temperature without receiving damage
|
||||
var/maximum_survivable_temperature = 350
|
||||
var/maximum_survivable_temperature = NPC_DEFAULT_MAX_TEMP
|
||||
///This damage is taken when the body temp is too cold. Set both this and unsuitable_heat_damage to 0 to avoid adding the basic_body_temp_sensitive element.
|
||||
var/unsuitable_cold_damage = 1
|
||||
///This damage is taken when the body temp is too hot. Set both this and unsuitable_cold_damage to 0 to avoid adding the basic_body_temp_sensitive element.
|
||||
|
||||
Reference in New Issue
Block a user