Skip to content

Commit

Permalink
Merge branch 'ARF-SS13:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Colfer1 authored Oct 15, 2024
2 parents 313a2fd + ebe9a80 commit d70de50
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 37 deletions.
8 changes: 4 additions & 4 deletions code/modules/admin/admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1095,10 +1095,10 @@
/client/proc/adminGreet(logout)
if(SSticker.HasRoundStarted())
var/string
if(logout && CONFIG_GET(flag/announce_admin_logout))
string = pick(
"Admin logout: [key_name(src)]")
else if(!logout && CONFIG_GET(flag/announce_admin_login) && (prefs.toggles & ANNOUNCE_LOGIN))
// if(logout && CONFIG_GET(flag/announce_admin_logout))
// string = pick(
// "Admin logout: [key_name(src)]")
if(!logout /* && CONFIG_GET(flag/announce_admin_login) && (prefs.toggles & ANNOUNCE_LOGIN) */)
string = pick(
"Admin login: [key_name(src)]")
if(string)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Works together with spawning an observer, noted above.
if(src.timeofdeath == 0)
ghost.timeofdeath = world.time
if(!check_rights_for(src.client, R_ADMIN))
message_admins("[key_name(src)] is now a ghost.")
//message_admins("[key_name(src)] is now a ghost.")
log_world("[key_name(src)] is now a ghost.")
return ghost

Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/examine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ GLOBAL_LIST_INIT(personalitytrait2description, list(
continue
/// The return of the cursed href link!!!
msg += {"<a href='?src=[REF(user)];read_personality_trait=[triat];>[emoji]</a>"}
if(!isnull(msg))
// if(!isnull(msg))
//out = "[span_info("They have some cool traits! Click the emojis to learn more!")]\n"
out += msg
out +="\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
/mob/living/simple_animal/hostile/vault/dweller/Aggro()
..()
summon_backup(15)
say("HELP!!")

/mob/living/simple_animal/hostile/vault/dweller/dweller1
icon_state = "vault_dweller1"
Expand Down Expand Up @@ -224,7 +223,7 @@
/mob/living/simple_animal/hostile/enclave/scientist/Aggro()
..()
summon_backup(15)
say("Intruder!!")


// Enclave Armored Infantry
/mob/living/simple_animal/hostile/enclave/soldier
Expand Down
2 changes: 0 additions & 2 deletions code/modules/mob/living/simple_animal/hostile/f13/ghoul.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@
if(.)
return
summon_backup(15)
if(!ckey)
say(pick("*scrungy", "*mbark"))


/mob/living/simple_animal/hostile/ghoul/become_the_mob(mob/user)
Expand Down
23 changes: 3 additions & 20 deletions code/modules/mob/living/simple_animal/hostile/f13/raider.dm
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@
if(.)
return
summon_backup(15)
if(!ckey)
say("KILL 'EM, FELLAS!")


/mob/living/simple_animal/hostile/raider/ranged/boss/mangomatt
name = "Mango Mathew and his Merry Meth Madlads"
Expand Down Expand Up @@ -304,15 +303,7 @@
/mob/living/simple_animal/hostile/raider/ranged/boss/mangomatt/Aggro()
..()
summon_backup(15)
say(pick(\
"*nya",\
"*mrowl",\
"*lynx",\
"*cougar",\
"*growl",\
"*come",\
"Fuck em' up!"\
))

loot = list(/obj/effect/spawner/lootdrop/f13/uncommon, /obj/effect/spawner/lootdrop/f13/rare)
loot_drop_amount = 10
loot_amount_random = TRUE
Expand Down Expand Up @@ -366,15 +357,7 @@
/mob/living/simple_animal/hostile/raider/ranged/boss/blueberrybates/Aggro()
..()
summon_backup(15)
say(pick(\
"TO ME, BOYS!",\
"KICK THEIR ASS!",\
"Fuck 'em up!",\
"*chitter",\
"*kyaa",\
"*come",\
"YOU'RE ABOUT TO GET A DISCOUNT ON A GRAVE, BUDDY!",\
))


// RANGED RAIDER WITH ARMOR
/mob/living/simple_animal/hostile/raider/ranged/sulphiteranged
Expand Down
2 changes: 0 additions & 2 deletions code/modules/mob/living/simple_animal/hostile/nanotrasen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
/mob/living/simple_animal/hostile/nanotrasen/Aggro()
..()
summon_backup(15)
say("411 in progress, requesting backup!")


/mob/living/simple_animal/hostile/nanotrasen/ranged
icon_state = "nanotrasenranged"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
/mob/living/simple_animal/hostile/retaliate/nanotrasenpeace/Aggro()
..()
summon_backup(15)
say("411 in progress, requesting backup!")


/mob/living/simple_animal/hostile/retaliate/nanotrasenpeace/ranged
icon_state = "nanotrasenrangedsmg"
Expand Down
1 change: 0 additions & 1 deletion code/modules/mob/living/simple_animal/hostile/russian.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@
/mob/living/simple_animal/hostile/russian/ranged/officer/Aggro()
..()
summon_backup(15)
say("V BOJ!!")
1 change: 0 additions & 1 deletion code/modules/mob/living/simple_animal/hostile/syndicate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
/mob/living/simple_animal/hostile/renegade/syndicate/civilian/Aggro()
..()
summon_backup(15)
say("GUARDS!!")

/// Redsuit Guys ///
/mob/living/simple_animal/hostile/renegade/syndicate/space
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name = "Metal Rod"
id = "rods"
build_type = AUTOLATHE
materials = list(/datum/material/iron = 1000)
materials = list(/datum/material/iron = 500)
build_path = /obj/item/stack/rods
category = list("initial","Construction")
maxstack = 50
Expand Down
2 changes: 1 addition & 1 deletion modular_sunset/code/mob/renegade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/mob/living/simple_animal/hostile/renegade/Aggro()
..()
summon_backup(10)
say("Target spotted!")



// LIGHT RANGED VARIANT
Expand Down

0 comments on commit d70de50

Please sign in to comment.