mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
adds the supermatter dusting interaction
This commit is contained in:
@@ -752,6 +752,12 @@
|
||||
suspicion = "last touched by [AM.fingerprintslast]"
|
||||
message_admins("[src] has consumed [AM], [suspicion] [ADMIN_JMP(src)].")
|
||||
investigate_log("has consumed [AM] - [suspicion].", "supermatter")
|
||||
if(istype(AM, /obj/machinery/power/supermatter_crystal))
|
||||
power += 5000//releases A LOT of power
|
||||
matter_power += 500000
|
||||
damage += 180//drops the integrety by 20%
|
||||
AM.visible_message("<span class='danger'>[AM] smacks into [src], rapidly flashes into pure energy. The energy inside [src] begins superradiance scattering!</span>", null,\
|
||||
"<span class='italics'>You hear a loud crack as you are washed with a wave of heat.</span>")
|
||||
qdel(AM)
|
||||
if(!iseffect(AM) && power_changes)
|
||||
matter_power += 200
|
||||
|
||||
Reference in New Issue
Block a user