mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Some more armor tweaks (#30398)
* summary * (required) * undef * oh this is unused, nice * ok but.. why * a tiny bit more * Update human_defense.dm * Update mass_hallucination.dm
This commit is contained in:
@@ -296,10 +296,7 @@
|
||||
if(HAS_TRAIT(occupant, TRAIT_GENELESS))
|
||||
return TRUE
|
||||
|
||||
var/radiation_protection = occupant.run_armor_check(null, RAD)
|
||||
if(radiation_protection > NEGATE_MUTATION_THRESHOLD)
|
||||
return TRUE
|
||||
return FALSE
|
||||
return occupant.run_armor_check(armor_type = RAD) > NEGATE_MUTATION_THRESHOLD
|
||||
|
||||
/obj/machinery/computer/scan_consolenew
|
||||
name = "\improper DNA Modifier access console"
|
||||
|
||||
Reference in New Issue
Block a user