disposable

This commit is contained in:
Hatterhat
2022-12-26 03:53:56 -06:00
parent 4fa0527ba7
commit d9b431ab91

View File

@@ -2,7 +2,7 @@
/obj/item/prescription_kit
name = "prescription lens kit"
desc = "A kit containing all the needed tools and parts to develop and apply a self-modifying prescription lens overlay device to any eyewear."
desc = "A disposable kit containing all the needed tools and parts to develop and apply a self-modifying prescription lens overlay device to any eyewear."
icon = 'icons/obj/device.dmi'
icon_state = "modkit"
@@ -19,3 +19,4 @@
user.visible_message(span_notice("[user] fits \the [target_glasses] with a prescription overlay device."), span_notice("You fit \the [target_glasses] with a prescription overlay device."))
target_glasses.prescribe()
target_glasses.balloon_alert(user, "prescription fitted!")
qdel(src)