mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 23:27:37 +00:00
lil fix
nothing worthwhile, just keeping this for later
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1157,7 +1157,7 @@
|
||||
description = "Ending world hunger was never made easier!"
|
||||
prereq_ids = list("biotech") //remember to add "engineering"
|
||||
design_ids = list("alien_scalpel")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 10)
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 10) //REMEMBER TO TWEAK VALUES!
|
||||
boost_item_paths = list(/obj/item/gun/energy/fatoray)
|
||||
export_price = 5000
|
||||
hidden = TRUE
|
||||
|
||||
Reference in New Issue
Block a user