mapping stuff (I am not even done yet)

This commit is contained in:
Metis
2024-09-16 23:58:29 -04:00
parent 2995895334
commit 8b3b46f9af
63 changed files with 81937 additions and 5 deletions
@@ -40,7 +40,6 @@
/obj/effect/particle_effect/ion_trails,
/obj/effect/dummy/phased_mob,
/obj/effect/immovablerod,
/obj/effect/crystalline_reentry
)) //Gotta make sure certain things can phase through it otherwise the railings also block them.
/obj/structure/railing/CanPass(atom/movable/mover, turf/target)
@@ -6,7 +6,6 @@
glass_icon_state = "whiskeycolaglass"
glass_name = "glass of Pilk"
glass_desc = "Why would you do this to yourself?"
hydration = 3
/datum/reagent/consumable/pilk/on_mob_life(mob/living/carbon/M)
M.drowsyness = max(0,M.drowsyness-3)
@@ -21,5 +21,5 @@
armour_penetration = 80
flags_1 = CONDUCT_1
w_class = WEIGHT_CLASS_BULKY
sharpness = IS_SHARP_ACCURATE
sharpness = SHARP_EDGED
attack_verb = list("slashed", "cut")