mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Grep for space indentation (#54850)
#54604 atomizing Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
GLOBAL_LIST_EMPTY(cursed_minds)
|
||||
|
||||
/**
|
||||
* Turns whoever enters into a mob or random person
|
||||
*
|
||||
* If mob is chosen, turns the person into a random animal type
|
||||
* If appearance is chosen, turns the person into a random human with a random species
|
||||
* This changes name, and changes their DNA as well
|
||||
* Random species is same as wizard swap event so people don't get killed ex: plasmamen
|
||||
* Once the spring is used, it cannot be used by the same mind ever again
|
||||
* After usage, teleports the user back to a random safe turf (so mobs are not killed by ice moon atmosphere)
|
||||
*
|
||||
*/
|
||||
* Turns whoever enters into a mob or random person
|
||||
*
|
||||
* If mob is chosen, turns the person into a random animal type
|
||||
* If appearance is chosen, turns the person into a random human with a random species
|
||||
* This changes name, and changes their DNA as well
|
||||
* Random species is same as wizard swap event so people don't get killed ex: plasmamen
|
||||
* Once the spring is used, it cannot be used by the same mind ever again
|
||||
* After usage, teleports the user back to a random safe turf (so mobs are not killed by ice moon atmosphere)
|
||||
*
|
||||
*/
|
||||
|
||||
/turf/open/water/cursed_spring
|
||||
baseturfs = /turf/open/water/cursed_spring
|
||||
@@ -48,8 +48,8 @@ GLOBAL_LIST_EMPTY(cursed_minds)
|
||||
to_chat(L, "<span class='notice'>You blink and find yourself in [get_area_name(T)].</span>")
|
||||
|
||||
/**
|
||||
* Deletes minds from the cursed minds list after their deletion
|
||||
*
|
||||
*/
|
||||
* Deletes minds from the cursed minds list after their deletion
|
||||
*
|
||||
*/
|
||||
/turf/open/water/cursed_spring/proc/remove_from_cursed(datum/mind/M)
|
||||
GLOB.cursed_minds -= M
|
||||
|
||||
Reference in New Issue
Block a user