mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Reverts the HP of grilles back to their pre-buff state, but makes meteors take more damage from them (#30918)
* Update grille.dm * fully back
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
layer = BELOW_OBJ_LAYER
|
||||
level = 3
|
||||
armor = list(MELEE = 50, BULLET = 70, LASER = 70, ENERGY = 100, BOMB = 10, RAD = 100, FIRE = 0, ACID = 0)
|
||||
integrity_failure = 100
|
||||
max_integrity = 50
|
||||
integrity_failure = 20
|
||||
cares_about_temperature = TRUE
|
||||
rad_insulation_beta = RAD_BETA_BLOCKER
|
||||
var/rods_type = /obj/item/stack/rods
|
||||
|
||||
Reference in New Issue
Block a user