* sdf

* fsda

* fuck

* fuck2

* toolz

* sdaf

* sdfa

* saf

* sdfa

* sdfa

* sdf

* sdfa

* temp rename

* temp rename

* temp rename

* sdaf

* the pain is immensurable in the land of byond

* the curse of rah

* safd

* sadf

* sadf

* gf

* asf

* fssdfa

* sfd

* sadf

* sfda

* brah

* brah

* it's easier for you to fix this

* ffs

* brah

* brah
This commit is contained in:
Fluffy
2024-01-06 17:03:57 +01:00
committed by GitHub
parent 8c76cfa9ea
commit e867030c2e
331 changed files with 2348 additions and 1643 deletions
+4 -4
View File
@@ -27,7 +27,7 @@
/**
* Determines which slots an item can fit, eg. `SLOT_BACK`
*
* See `code\__defines\items_clothing.dm` for the list of defined slots
* See `code\__DEFINES\items_clothing.dm` for the list of defined slots
*/
var/slot_flags = 0
@@ -40,14 +40,14 @@
/**
* Flags which determine which body parts are protected from heat, eg. `HEAD` and `UPPER_TORSO`
*
* See `code\__defines\items_clothing.dm` for the list of defined parts
* See `code\__DEFINES\items_clothing.dm` for the list of defined parts
*/
var/heat_protection = 0
/**
* Flags which determine which body parts are protected from cold, eg. `HEAD` and `UPPER_TORSO`
*
* See `code\__defines\items_clothing.dm` for the list of defined parts
* See `code\__DEFINES\items_clothing.dm` for the list of defined parts
*/
var/cold_protection = 0
@@ -99,7 +99,7 @@
*/
var/flags_inv = 0
///See `code\__defines\items_clothing.dm` for appropriate bit flags
///See `code\__DEFINES\items_clothing.dm` for appropriate bit flags
var/body_parts_covered = 0
///Miscellaneous flags pertaining to equippable objects.