mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Nerfs Hecksuit/Drake Armor off Lavaland (#31782)
This commit is contained in:
@@ -67,6 +67,13 @@
|
||||
. = ..()
|
||||
START_PROCESSING(SSobj, src)
|
||||
|
||||
/obj/item/clothing/suit/space/hostile_environment/on_changed_z_level(turf/old_turf, turf/new_turf, notify_contents)
|
||||
. = ..()
|
||||
if(!is_mining_level(new_turf.z))
|
||||
armor = list(MELEE = 60, BULLET = 35, LASER = 25, ENERGY = 25, BOMB = 150, RAD = INFINITY, FIRE = INFINITY, ACID = INFINITY) // Still good. Not OP.
|
||||
return
|
||||
armor = list(MELEE = 120, BULLET = 35, LASER = 25, ENERGY = 25, BOMB = 150, RAD = INFINITY, FIRE = INFINITY, ACID = INFINITY)
|
||||
|
||||
/obj/item/clothing/suit/space/hostile_environment/Destroy()
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
return ..()
|
||||
@@ -96,6 +103,13 @@
|
||||
"Unathi" = 'icons/mob/clothing/species/unathi/head.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/head/helmet/space/hostile_environment/on_changed_z_level(turf/old_turf, turf/new_turf, notify_contents)
|
||||
. = ..()
|
||||
if(!is_mining_level(new_turf.z))
|
||||
armor = list(MELEE = 50, BULLET = 35, LASER = 25, ENERGY = 25, BOMB = 150, RAD = INFINITY, FIRE = INFINITY, ACID = INFINITY) // Still good. Not OP.
|
||||
return
|
||||
armor = list(MELEE = 120, BULLET = 35, LASER = 25, ENERGY = 25, BOMB = 150, RAD = INFINITY, FIRE = INFINITY, ACID = INFINITY)
|
||||
|
||||
/obj/item/clothing/suit/space/prisoner_gulag
|
||||
name = "prisoner gulag suit"
|
||||
desc = "An unarmored heat resistant mining suit, heavy and uncomfortable as a punishment in itself."
|
||||
|
||||
Reference in New Issue
Block a user