holosigns for fastfood, enabled ghost LOOC, moderator perms

This commit is contained in:
evilew
2024-03-16 19:25:51 +01:00
parent b39bb6f2d1
commit 3722d8e86c
9 changed files with 83 additions and 31 deletions
+4 -4
View File
@@ -668,7 +668,7 @@
outfit.shoes = /obj/item/clothing/shoes/sneakers/black
outfit.back = /obj/item/storage/backpack
outfit.ears = /obj/item/radio/headset
outfit.id = /obj/item/card/id/silver
outfit.id = /obj/item/card/id/silver/restaurant
if(2)
flavour_text += "You are this restaurant's waiter, responsible not only for tending to the guests, but also fixing and taking care of station's shape, power and looks. \
Make sure everything looks squeaky clean and that the restaurant remains powered!"
@@ -677,7 +677,7 @@
outfit.shoes = /obj/item/clothing/shoes/sneakers/black
outfit.back = /obj/item/storage/backpack
outfit.ears = /obj/item/radio/headset
outfit.id = /obj/item/card/id/silver
outfit.id = /obj/item/card/id/silver/restaurant
/obj/effect/mob_spawn/human/fastfoodmanager/Initialize(mapload)
. = ..()
@@ -691,7 +691,7 @@
outfit.shoes = /obj/item/clothing/shoes/sneakers/black
outfit.back = /obj/item/storage/backpack/satchel/leather
outfit.ears = /obj/item/radio/headset
outfit.id = /obj/item/card/id/silver
outfit.id = /obj/item/card/id/silver/restaurant
outfit.l_pocket = /obj/item/modular_computer/tablet
if(2)
@@ -702,7 +702,7 @@
outfit.shoes = /obj/item/clothing/shoes/sneakers/black
outfit.back = /obj/item/storage/backpack/satchel/leather
outfit.ears = /obj/item/radio/headset
outfit.id = /obj/item/card/id/silver
outfit.id = /obj/item/card/id/silver/restaurant
outfit.l_pocket = /obj/item/modular_computer/tablet
/obj/effect/mob_spawn/human/fastfood/special(mob/living/carbon/human/new_spawn)
+6 -4
View File
@@ -43,9 +43,11 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC")
if(mob.stat)
to_chat(src, "<span class='danger'>You cannot salt in LOOC while unconscious or dead.</span>")
return
if(istype(mob, /mob/dead))
to_chat(src, "<span class='danger'>You cannot use LOOC while ghosting.</span>")
return
// if(istype(mob, /mob/dead))
// to_chat(src, "<span class='danger'>You cannot use LOOC while ghosting.</span>")
// return
//GS13 - removed LOOC limits for ghosts
msg = emoji_parse(msg)
@@ -76,4 +78,4 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC")
if(GLOB.LOOC_COLOR)
to_chat(C, "<font color='[GLOB.LOOC_COLOR]'><b>[ADMIN_FLW(usr)] <span class='prefix'>[prefix]:</span> <EM>[src.key]/[src.mob.name]:</EM> <span class='message'>[msg]</span></b></font>")
else
to_chat(C, "<span class='looc'>[ADMIN_FLW(usr)] <span class='prefix'>[prefix]:</span> <EM>[src.key]/[src.mob.name]:</EM> <span class='message'>[msg]</span></span>")
to_chat(C, "<span class='looc'>[ADMIN_FLW(usr)] <span class='prefix'>[prefix]:</span> <EM>[src.key]/[src.mob.name]:</EM> <span class='message'>[msg]</span></span>")