mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Merge pull request #11434 from MisterGrimm/XenomorphOverhaul
Fixes minor corrosive acid bug
This commit is contained in:
@@ -405,8 +405,8 @@
|
||||
|
||||
if(iswall(target)) //Gurgs : Spruced up corrosive acid
|
||||
var/turf/simulated/wall/W = target
|
||||
W.dismantle_wall(1)
|
||||
if(isfloor(target))
|
||||
W.dismantle_wall()
|
||||
else if(isfloor(target))
|
||||
var/turf/simulated/floor/T = target
|
||||
T.ex_act(1)
|
||||
else if(isobj(target))
|
||||
|
||||
Reference in New Issue
Block a user