Merge remote-tracking branch 'upstream/master' into bobross

This commit is contained in:
Archie
2021-07-19 22:53:33 -03:00
164 changed files with 4163 additions and 3317 deletions
+1 -1
View File
@@ -271,7 +271,7 @@
icon_state = "sandstone"
mineral = /obj/item/stack/sheet/mineral/sandstone
walltype = /turf/closed/wall/mineral/sandstone
canSmoothWith = list(/obj/structure/falsewall/sandstone, /turf/closed/wall/mineral/sandstone)
canSmoothWith = list(/obj/structure/falsewall/sandstone, /turf/closed/wall/mineral/sandstone, /obj/structure/window/fulltile)
/obj/structure/falsewall/wood
name = "wooden wall"
+8
View File
@@ -290,6 +290,14 @@
icon = 'icons/obj/statuelarge.dmi'
icon_state = "venus"
/obj/structure/statue/sandstone/abs
max_integrity = 300
anchored = TRUE
name = "ancient statue"
desc = "An ancient statue, representing one of the gods. It almost seems like it's alive."
icon = 'icons/obj/statue_egypty.dmi'
icon_state = "abs"
/////////////////////snow/////////////////////////////////////////
/obj/structure/statue/snow
+2
View File
@@ -65,6 +65,8 @@
var/mob/M = AM
if(M.mind in immune_minds)
return
if(M.anti_magic_check())
flare()
if(charges <= 0)
return
flare()
+3 -1
View File
@@ -516,7 +516,9 @@
/obj/machinery/door/airlock/hatch,
/obj/machinery/door/airlock/engineering/glass/critical,
/obj/machinery/door/airlock/atmos,
/obj/machinery/door/airlock/highsecurity,)
/obj/machinery/door/airlock/highsecurity,
/turf/closed/wall/mineral/sandstone,
/obj/structure/falsewall/sandstone,)
// canSmoothWith = list(/obj/structure/window/fulltile, /obj/structure/window/reinforced/fulltile, /obj/structure/window/reinforced/tinted/fulltile, /obj/structure/window/plasma/fulltile, /obj/structure/window/plasma/reinforced/fulltile)
glass_amount = 2