Skip to content

Commit

Permalink
no src.meme
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantornRU committed Oct 21, 2023
1 parent bba7fe6 commit 82b7b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modular_ss220/silicons/code/robot_modules.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
desc = "Сложенный надувной шлюз, который при активации быстро расширяется в простую дверь."
icon_state = "folded_door"
power_use = 600
structure_type = /obj/structure/inflatable
structure_type = /obj/structure/inflatable/door

/obj/item/inflatable/cyborg/examine(mob/user)
. = ..()
Expand All @@ -36,9 +36,9 @@
return FALSE

playsound(loc, 'sound/items/zip.ogg', 75, 1)
to_chat(user, span_notice("Вы надули [src.name]"))
to_chat(user, span_notice("Вы надули [name]"))
var/obj/structure/inflatable/R = new structure_type(user.loc)
src.transfer_fingerprints_to(R)
transfer_fingerprints_to(R)
R.add_fingerprint(user)
useResource(user)

Expand Down

0 comments on commit 82b7b86

Please sign in to comment.