nothing worthwhile, just  keeping this for later
This commit is contained in:
Sonoida
2023-03-12 19:39:45 +01:00
parent 8ec0a931f0
commit 59cdacd0b5
4 changed files with 45 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/obj/item/gun/fatbeam
name = "Fatbeam Gun"
desc = "New invention of this sector's most degenerate engineers."
desc = "Apparently used to treat malnourished patients from a safe distance... But we all know what it will truly be used for."
icon = 'icons/obj/fatbeam.dmi'
icon_state = "fatbeam"
item_state = "fatbeam"
@@ -113,7 +113,7 @@
/obj/item/gun/fatbeam/proc/on_beam_tick(var/mob/living/target)
if(target.health != target.maxHealth)
new /obj/effect/temp_visual/heal(get_turf(target), "#FFC2F8")
new /obj/effect/temp_visual/heal(get_turf(target), "#fabb62")
if(target?.client?.prefs?.weight_gain_weapons)
target.nutrition += 50
return