mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Refunds and text warning
This commit is contained in:
@@ -760,8 +760,10 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
Unable to be understood by vampire and changeling agents."
|
||||
reference = "SCS"
|
||||
item = /obj/item/sleeping_carp_scroll
|
||||
refund_path = /obj/item/sleeping_carp_scroll
|
||||
cost = 17
|
||||
excludefrom = list(/datum/game_mode/nuclear)
|
||||
refundable = TRUE
|
||||
|
||||
/datum/uplink_item/stealthy_weapons/throwingweapons
|
||||
name = "Box of Throwing Weapons"
|
||||
|
||||
@@ -165,10 +165,10 @@
|
||||
return
|
||||
if(user.mind && (user.mind.changeling || user.mind.vampire)) //Prevents changelings and vampires from being able to learn it
|
||||
if(user.mind && user.mind.changeling) //Changelings
|
||||
to_chat(user, "We try multiple times, but we are not able to comprehend the contents of the scroll!")
|
||||
to_chat(user, "<span class ='warning'>We try multiple times, but we are not able to comprehend the contents of the scroll!</span>")
|
||||
return
|
||||
else //Vampires
|
||||
to_chat(user, "Your blood lust distracts you too much to be able to concentrate on the contents of the scroll!")
|
||||
to_chat(user, "<span class ='warning'>Your blood lust distracts you too much to be able to concentrate on the contents of the scroll!</span>")
|
||||
return
|
||||
|
||||
to_chat(user, "<span class='sciradio'>You have learned the ancient martial art of the Sleeping Carp! \
|
||||
|
||||
Reference in New Issue
Block a user