small random tweaks

- added WG culture bottle preset
- tweaked gym equipment weight loss a bit
- added a lot of WG-related loot to lavaland pool table
- changed some xenoarch Tp locations
This commit is contained in:
Sonoida
2023-03-18 14:10:44 +01:00
parent 4fcf9826c0
commit 14ca88cde6
9 changed files with 162 additions and 175 deletions
@@ -215,7 +215,7 @@
var/last_event = 0
var/active = null
///How much fatness is added to the user upon crossing?
var/fat_to_add = 50
var/fat_to_add = 30
/turf/open/floor/mineral/calorite/Entered(mob/living/carbon/M)
if(!istype(M, /mob/living/carbon))
@@ -238,11 +238,12 @@
icon_state = "calorite_strong"
floor_tile = /obj/item/stack/tile/mineral/calorite/strong
icons = list("calorite_strong","calorite_dam")
fat_to_add = 100
// calorite dance floor, groovy! - GS13
/turf/open/floor/mineral/calorite/dance
name = "Infused calorite floor"
name = "Calorite dancefloor"
icon_state = "calorite_dance"
floor_tile = /obj/item/stack/tile/mineral/calorite/dance
icons = list("calorite_dance","calorite_dam")