mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Fixes minor corrosive acid bug
Corrosive acid no longer melts both walls and floors at the same time. Whoops.
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