mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
removes a few varedits (#87046)
Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
committed by
lessthanthree
co-authored by
SmArtKar
parent
bf45c5d1ed
commit
49d40f85b5
@@ -63,12 +63,7 @@
|
||||
/obj/item/cult_shift,
|
||||
/obj/effect/decal/remains/human,
|
||||
/obj/item/melee/cultblade/dagger,
|
||||
/obj/effect/step_trigger/sound_effect{
|
||||
happens_once = 1;
|
||||
name = "\proper a grave mistake";
|
||||
sound = 'sound/effects/hallucinations/i_see_you1.ogg';
|
||||
triggerer_only = 1
|
||||
},
|
||||
/obj/effect/step_trigger/sound_effect/lavaland_cult_altar,
|
||||
/obj/effect/step_trigger/message{
|
||||
message = "<span class='cult italic'><b><span class='big'>You've made a grave mistake, haven't you?</span></b></span>";
|
||||
name = "ohfuck"
|
||||
|
||||
@@ -5468,11 +5468,9 @@
|
||||
/area/ruin/space/has_grav/hauntedtradingpost/employees/breakroom)
|
||||
"Vl" = (
|
||||
/obj/structure/table/wood,
|
||||
/obj/item/toy/figure/wizard{
|
||||
/obj/item/toy/figure/wizard/special{
|
||||
pixel_y = 9;
|
||||
pixel_x = -4;
|
||||
toysay = "CLANG!";
|
||||
toysound = 'sound/effects/clang.ogg'
|
||||
},
|
||||
/obj/item/toy/figure/warden{
|
||||
name = "\improper Knight action figure";
|
||||
|
||||
@@ -220,3 +220,9 @@
|
||||
|
||||
if(happens_once)
|
||||
qdel(src)
|
||||
|
||||
/obj/effect/step_trigger/sound_effect/lavaland_cult_altar
|
||||
happens_once = 1
|
||||
name = "a grave mistake";
|
||||
sound = 'sound/effects/hallucinations/i_see_you1.ogg'
|
||||
triggerer_only = 1
|
||||
|
||||
@@ -1360,6 +1360,11 @@
|
||||
toysay = "EI NATH!"
|
||||
toysound = 'sound/effects/magic/disintegrate.ogg'
|
||||
|
||||
/obj/item/toy/figure/wizard/special
|
||||
name = "\improper Wizard action figure special edition"
|
||||
toysay = "CLANG!";
|
||||
toysound = 'sound/effects/clang.ogg'
|
||||
|
||||
/obj/item/toy/figure/rd
|
||||
name = "\improper Research Director action figure"
|
||||
icon_state = "rd"
|
||||
|
||||
Reference in New Issue
Block a user