mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 19:43:16 +00:00
Various things and floors no longer associate with dirt
This commit is contained in:
@@ -18,6 +18,8 @@ var/list/mining_overlay_cache = list()
|
||||
blocks_air = 1
|
||||
temperature = T0C
|
||||
|
||||
can_dirty = FALSE
|
||||
|
||||
var/ore/mineral
|
||||
var/sand_dug
|
||||
var/mined_ore = 0
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
universal_speak = 1
|
||||
density = 0
|
||||
|
||||
makes_dirt = FALSE // No more dirt from Beepsky
|
||||
|
||||
var/obj/item/weapon/card/id/botcard = null
|
||||
var/list/botcard_access = list()
|
||||
var/on = 1
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
var/icon_state_override = null // Used for special slime appearances like the rainbow slime.
|
||||
pass_flags = PASSTABLE
|
||||
|
||||
makes_dirt = FALSE // Goop
|
||||
|
||||
speak_emote = list("chirps")
|
||||
|
||||
maxHealth = 150
|
||||
|
||||
Reference in New Issue
Block a user