diff options
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/dan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1/dan.txt b/npc/002-1/dan.txt index 04a04a814..192602c39 100644 --- a/npc/002-1/dan.txt +++ b/npc/002-1/dan.txt @@ -91,7 +91,7 @@ OnInit: // TODO this code below is bad and should be entirely rewritten 002-1,0,0,0 script PiouSpwn NPC_HIDDEN,{ function DanCheck { - if (player_attached()) { + if (playerattached()) { // Quest not in progress - nothing to do if (getq(ShipQuests_Dan) != 1) return; |