Skip to content

Commit

Permalink
ruins the game, for real
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 29, 2024
1 parent 3a64c02 commit c4a4ae3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion code/controllers/configuration/entries/general.dm
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ The default value assumes youtube-dl is in your system PATH


/datum/config_entry/string/default_view
config_entry_value = "15x15"
config_entry_value = "19x15"

/datum/config_entry/string/default_view_square
config_entry_value = "15x15"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Z/datum/xeno_strain/resin_whisperer
/datum/xeno_strain/resin_whisperer
name = HIVELORD_RESIN_WHISPERER
description = "You lose your corrosive acid, your ability to secrete thick resin, your ability to reinforce resin secretions, sacrifice your ability to plant weed nodes outside of weeds, and you sacrifice a fifth of your plasma reserves to enhance your vision and gain a stronger connection to the resin. You can now remotely place resin secretions including weed nodes up to a distance of twelve paces!"
flavor_description = "Let the resin guide you. It whispers, so listen closely."
Expand Down
13 changes: 6 additions & 7 deletions code/modules/mob/living/simple_animal/friendly/spiderbot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,12 @@
M.show_message(SPAN_DANGER("[user] gently taps [src] with \the [O]."), SHOW_MESSAGE_VISIBLE)

/mob/living/simple_animal/spiderbot/proc/transfer_personality(obj/item/device/mmi/M as obj)

src.mind = M.brainmob.mind
src.mind.key = M.brainmob.key
src.ckey = M.brainmob.ckey
if(client)
client.view_size.reset_to_default()
src.name = "Spider-bot ([M.brainmob.name])"
src.mind = M.brainmob.mind
src.mind.key = M.brainmob.key
src.ckey = M.brainmob.ckey
if(client)
client.view_size.reset_to_default()
src.name = "Spider-bot ([M.brainmob.name])"

/mob/living/simple_animal/spiderbot/proc/explode(cause = "exploding") //When emagged.
for(var/mob/M as anything in viewers(src, null))
Expand Down

0 comments on commit c4a4ae3

Please sign in to comment.