mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 03:26:44 +01:00
converts ex_act to legacy_ex_act, plants the seeds for new explosions (#4662)
Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
co-authored by
VM_USER <VM_USER>
parent
e5af5346f6
commit
a90d92df2b
@@ -37,7 +37,7 @@
|
||||
* Stronger explosions cause serious damage to internal components
|
||||
* Minor explosions are mostly mitigitated by casing.
|
||||
*/
|
||||
/obj/item/modular_computer/ex_act(severity)
|
||||
/obj/item/modular_computer/legacy_ex_act(severity)
|
||||
take_damage(rand(100,200) / severity, 30 / severity)
|
||||
|
||||
/// EMPs are similar to explosions, but don't cause physical damage to the casing. Instead they screw up the components
|
||||
|
||||
Reference in New Issue
Block a user