Flammable Items, Abstractness, and hypnosis (#19267)

* Laser Eyes

* Update dna.dm

* Mecha

* Update positive_genes.dm

* These

* These 2

* yeh

* Rest of these

* Update turf.dm

* Update food.dm

* Some moar

* mooove

* Update vorestation.dme

* Update burning.dm

* firesuit

* flags

* HYPNOCOLOR

* xd

* no filter

* dc

* Update ore_bag.dm

* Update misc.dm

* Update misc.dm
This commit is contained in:
Cameron Lennox
2026-04-13 00:30:02 -04:00
committed by GitHub
parent ee2fd148ae
commit d8c1932cb9
145 changed files with 791 additions and 203 deletions
+1
View File
@@ -44,6 +44,7 @@
var/const/deffont = "Verdana"
var/const/signfont = "Times New Roman"
var/const/crayonfont = "Comic Sans MS"
resistance_flags = FLAMMABLE
/obj/item/paper/card
name = "blank card"
+1
View File
@@ -36,6 +36,7 @@ GLOBAL_VAR_INIT(photo_count, 0)
var/scribble //Scribble on the back.
var/icon/tiny
var/photo_size = 3
resistance_flags = FLAMMABLE
/obj/item/photo/Initialize(mapload)
. = ..()