mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user