mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-21 12:18:11 +01:00
* upload files * upload files * upload examine.dm * Update modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm
8 lines
445 B
Plaintext
8 lines
445 B
Plaintext
/mob
|
|
var/thirst = NUTRITION_LEVEL_START_MIN // randomised in Initialize
|
|
///Cursor icon used when holding shift over things
|
|
var/examine_cursor_icon = 'modular_sand/icons/effects/mouse_pointers/examine.dmi'
|
|
var/combat_cursor_icon = 'modular_sand/icons/effects/mouse_pointers/combat.dmi'
|
|
var/pull_cursor_icon = 'modular_sand/icons/effects/mouse_pointers/pull.dmi'
|
|
var/throw_cursor_icon = 'modular_sand/icons/effects/mouse_pointers/throw.dmi'
|