mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Security / PseudoCargo Expansion
This commit is contained in:
@@ -130,7 +130,6 @@
|
||||
for(var/obj/screen/spell/spell in spell_objects)
|
||||
spell.update_charge(forced)
|
||||
|
||||
|
||||
/obj/screen/movable/spell_master/genetic
|
||||
name = "Mutant Powers"
|
||||
icon_state = "genetic_spell_ready"
|
||||
@@ -140,6 +139,13 @@
|
||||
|
||||
screen_loc = ui_genetic_master
|
||||
|
||||
/obj/screen/movable/spell_master/swarm
|
||||
name = "Swarm Abilities"
|
||||
icon_state = "nano_spell_ready"
|
||||
|
||||
open_state = "swarm_open"
|
||||
closed_state = "swarm_closed"
|
||||
|
||||
//////////////ACTUAL SPELLS//////////////
|
||||
//This is what you click to cast things//
|
||||
/////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user