mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Buffs summon magic and summon guns (#20569)
* Buffs summon magic and summon guns * Update code/game/gamemodes/wizard/spellbook.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Update code/game/gamemodes/wizard/spellbook.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -325,10 +325,10 @@
|
||||
/datum/spellbook_entry/summon/GetInfo()
|
||||
var/dat =""
|
||||
dat += "<b>[name]</b>"
|
||||
if(cost>0)
|
||||
dat += " Cost:[cost]<br>"
|
||||
else
|
||||
if(cost == 0)
|
||||
dat += " No Cost<br>"
|
||||
else
|
||||
dat += " Cost:[cost]<br>"
|
||||
dat += "<i>[desc]</i><br>"
|
||||
if(active)
|
||||
dat += "<b>Already cast!</b><br>"
|
||||
@@ -365,7 +365,8 @@
|
||||
|
||||
/datum/spellbook_entry/summon/guns
|
||||
name = "Summon Guns"
|
||||
desc = "Nothing could possibly go wrong with arming a crew of lunatics just itching for an excuse to kill you. There is a good chance that they will shoot each other first."
|
||||
desc = "Nothing could possibly go wrong with arming a crew of lunatics just itching for an excuse to kill you. There is a good chance that they will shoot each other first. Hopefully. Gives you 2 extra spell points on purchase."
|
||||
cost = -2
|
||||
log_name = "SG"
|
||||
is_ragin_restricted = TRUE
|
||||
|
||||
@@ -379,7 +380,8 @@
|
||||
|
||||
/datum/spellbook_entry/summon/magic
|
||||
name = "Summon Magic"
|
||||
desc = "Share the wonders of magic with the crew and show them why they aren't to be trusted with it at the same time."
|
||||
desc = "Share the wonders of magic with the crew and show them why they aren't to be trusted with it at the same time. Gives you 2 extra spell points on purchase."
|
||||
cost = -2
|
||||
log_name = "SU"
|
||||
is_ragin_restricted = TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user