Skip to content

Commit

Permalink
- New console name for SCP-035's tentacle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabka666 committed Oct 1, 2024
1 parent e7b1f1e commit e6d27f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source Code/NPCs_Core.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7295,7 +7295,7 @@ Function ConsoleSpawnNPC%(Name$, NPCState$ = "")
n.NPCs = CreateNPC(NPCTypeApache, EntityX(me\Collider), EntityY(me\Collider) + 0.2, EntityZ(me\Collider))
ConsoleMsg = Format(GetLocalString("console", "spawn"), GetLocalString("npc", "apache"))
;[End Block]
Case "tentacle", "scp035tentacle", "scp-035tentacle", "scp-035-tentacle", "scp035-tentacle"
Case "tentacle", "035tentacle", "scp035tentacle", "scp-035tentacle", "scp-035-tentacle", "scp035-tentacle"
;[Block]
n.NPCs = CreateNPC(NPCType035_Tentacle, EntityX(me\Collider), EntityY(me\Collider) - 0.12, EntityZ(me\Collider))
ConsoleMsg = Format(GetLocalString("console", "spawn"), GetLocalString("npc", "tentacle"))
Expand Down

0 comments on commit e6d27f8

Please # to comment.