mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
Update floor_attackby.dm
This commit is contained in:
@@ -9,8 +9,6 @@
|
|||||||
attack_tile(C, L) // Be on help intent if you want to decon something.
|
attack_tile(C, L) // Be on help intent if you want to decon something.
|
||||||
return
|
return
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
if(istype(C, /obj/item/stack/tile/roofing))
|
if(istype(C, /obj/item/stack/tile/roofing))
|
||||||
var/expended_tile = FALSE // To track the case. If a ceiling is built in a multiz zlevel, it also necessarily roofs it against weather
|
var/expended_tile = FALSE // To track the case. If a ceiling is built in a multiz zlevel, it also necessarily roofs it against weather
|
||||||
var/turf/T = GetAbove(src)
|
var/turf/T = GetAbove(src)
|
||||||
@@ -55,7 +53,6 @@
|
|||||||
break
|
break
|
||||||
return
|
return
|
||||||
|
|
||||||
>>>>>>> 14d8df2... Merge pull request #5424 from Neerti/outdoor_shuttle_fix
|
|
||||||
if(flooring)
|
if(flooring)
|
||||||
if(istype(C, /obj/item/weapon))
|
if(istype(C, /obj/item/weapon))
|
||||||
try_deconstruct_tile(C, user)
|
try_deconstruct_tile(C, user)
|
||||||
@@ -159,4 +156,4 @@
|
|||||||
return
|
return
|
||||||
if(flooring)
|
if(flooring)
|
||||||
return
|
return
|
||||||
attackby(T, user)
|
attackby(T, user)
|
||||||
|
|||||||
Reference in New Issue
Block a user