mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 05:22:40 +00:00
@@ -149,7 +149,7 @@
|
||||
if(!dist)
|
||||
dist = 1
|
||||
R.reaction_mob(A, volume = R.volume / dist)
|
||||
else if(istype(A, /obj))
|
||||
else if(istype(A, /obj) && !A.simulated)
|
||||
R.reaction_obj(A, R.volume)
|
||||
sleep(30)
|
||||
|
||||
|
||||
@@ -435,6 +435,8 @@ var/const/INGEST = 2
|
||||
return 0
|
||||
|
||||
/datum/reagents/proc/reaction(var/atom/A, var/method=TOUCH, var/volume_modifier=0)
|
||||
if(!istype(A) || !A.simulated)
|
||||
return
|
||||
|
||||
switch(method)
|
||||
if(TOUCH)
|
||||
|
||||
Reference in New Issue
Block a user