refactor explosive holopara bomb to component (#29338)

* refactor explosive holopara bomb to component

* fix examine range

* proper signals

* fixing this oneoff for airlocks as a high-priority target

* proper support for pull
This commit is contained in:
warriorstar-orion
2025-05-25 15:35:12 +00:00
committed by GitHub
parent 72b000b0e1
commit af87e274ed
8 changed files with 120 additions and 77 deletions
+1
View File
@@ -1018,6 +1018,7 @@
AM.pulledby = src
if(pullin)
pullin.update_icon(UPDATE_ICON_STATE)
SEND_SIGNAL(AM, COMSIG_ATOM_PULLED, src)
for(var/log_pulltype in GLOB.log_pulltypes)
if(istype(AM, log_pulltype))