small map stuff, heal nerf

- nerfed ointment and bruise packs from healing 40 damage to 15 damage
- wired grav gen to station in Meta
- added an easter egg in Demone Factory
This commit is contained in:
evilew
2024-06-01 21:41:29 +02:00
parent 5e1234ca8e
commit 5a0585fa2f
3 changed files with 27 additions and 19 deletions
+2 -2
View File
@@ -125,7 +125,7 @@
icon_state = "brutepack"
lefthand_file = 'icons/mob/inhands/equipment/medical_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/medical_righthand.dmi'
heal_brute = 40
heal_brute = 15
self_delay = 20
grind_results = list(/datum/reagent/medicine/styptic_powder = 10)
@@ -181,7 +181,7 @@
icon_state = "ointment"
lefthand_file = 'icons/mob/inhands/equipment/medical_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/medical_righthand.dmi'
heal_burn = 40
heal_burn = 15
self_delay = 20
grind_results = list(/datum/reagent/medicine/silver_sulfadiazine = 10)